DESKTOP-2K9OVK9\siwei 8 сар өмнө
parent
commit
4c99f49074

+ 1 - 0
onemap-modules/onemap-system/src/main/resources/mapper/postgresql/system/TYztZymlMapper.xml

@@ -94,6 +94,7 @@
             <if test="sjly != null  and sjly != ''">and sjly = #{sjly}</if>
             <if test="legend != null  and legend != ''">and legend = #{legend}</if>
             <if test="ywlx != null  and ywlx != ''">and ywlx = #{ywlx}</if>
+            <if test="sharestate != null  and sharestate != ''">and sharestate = #{sharestate}</if>
         </where>
         order by sort
     </select>