Selaa lähdekoodia

解决设备管理业务功能

oyq28 3 vuotta sitten
vanhempi
commit
596ed29592

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

@@ -85,6 +85,9 @@
         <if test="id != null and id != ''">
             and v.id = #{id}
         </if>
+        <if test="isAutoCode != null and isAutoCode != ''">
+            and v.is_auto_code = #{isAutoCode}
+        </if>
         <if test="current != null">
             limit  ${current},${size}
         </if>