Browse Source

Merge branch 'dev-hujianchun-bug' of province-qinghai/province-all into dev

hujianchun 4 months ago
parent
commit
89c22586a0

+ 2 - 2
unis-plugin/unis-plugin-biz/src/main/java/com/unis/grainReserves/modular/businessGslrLossCollect/mapper/mapping/BusinessGslrLossCollectMapper.xml

@@ -69,7 +69,7 @@
69
         )
69
         )
70
 
70
 
71
         <where>
71
         <where>
72
-
72
+            a1.`status` = '1'
73
             <if test="grainNatureName != null and grainNatureName != ''">
73
             <if test="grainNatureName != null and grainNatureName != ''">
74
                 a2.enumname like CONCAT('%', #{grainNatureName}, '%')
74
                 a2.enumname like CONCAT('%', #{grainNatureName}, '%')
75
             </if>
75
             </if>
@@ -80,7 +80,7 @@
80
             <if test="orgName != null and orgName != ''">
80
             <if test="orgName != null and orgName != ''">
81
                 and a1.org_id in (SELECT org_id FROM org_info where org_name LIKE CONCAT('%', #{orgName}, '%'))
81
                 and a1.org_id in (SELECT org_id FROM org_info where org_name LIKE CONCAT('%', #{orgName}, '%'))
82
             </if>
82
             </if>
83
-            a1.`status` = '1'
83
+
84
         </where>
84
         </where>
85
 
85
 
86
         GROUP BY a1.id
86
         GROUP BY a1.id