Browse Source

修复bug370

oyq28 3 years ago
parent
commit
143d37cd85

+ 3 - 0
imcs-admin-boot/imcs-tenant-biz/src/main/resources/mapper_tenant/base/defaults/ProductionresourceviewMapper.xml

@@ -147,6 +147,9 @@
         <if test="id != null and id != ''">
             and v.id = #{id}
         </if>
+        <if test="displayStatus != null and displayStatus != ''">
+            and v.display_status = #{displayStatus}
+        </if>
         <if test="isAutoCode != null and isAutoCode != ''">
             and v.is_auto_code = #{isAutoCode}
         </if>