Browse Source

修改交换分页不同查询条件2

lfy 2 weeks ago
parent
commit
fcf91b6126

+ 1 - 1
delivery-module-core/delivery-module-core-biz/src/main/resources/mapper/dwxx/DwxxMapper.xml

@@ -276,7 +276,7 @@
276
                     and t1.cfnum !=0
276
                     and t1.cfnum !=0
277
                 </when>
277
                 </when>
278
                 <otherwise>
278
                 <otherwise>
279
-                   and  (t1.cfnum !=0  or t2.yxcfnum !=0)
279
+                   and  (t1.cfnum !=0  or t3.yxcfnum !=0)
280
                 </otherwise>
280
                 </otherwise>
281
             </choose>
281
             </choose>
282
             <if test="pageReqVO.kqStart!=null and pageReqVO.kqEnd!=null">
282
             <if test="pageReqVO.kqStart!=null and pageReqVO.kqEnd!=null">