소스 검색

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

lfy 2 주 전
부모
커밋
fcf91b6126
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      delivery-module-core/delivery-module-core-biz/src/main/resources/mapper/dwxx/DwxxMapper.xml

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

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