Quellcode durchsuchen

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

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