소스 검색

修改sql

lfy 2 주 전
부모
커밋
d5d64af73f
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

@@ -115,7 +115,7 @@
115 115
                     <if test="pageReqVO.cfzt!=null and pageReqVO.cfzt!=''">
116 116
                         and cc.CAZT=#{pageReqVO.cfzt}
117 117
                     </if>
118
-                    <if test="pageReqVO.cfStart!=null and cfStart.cfStart!='' and pageReqVO.cfEnd!=null and pageReqVO.cfEnd!=''">
118
+                    <if test="pageReqVO.cfStart!=null and pageReqVO.cfStart!='' and pageReqVO.cfEnd!=null and pageReqVO.cfEnd!=''">
119 119
                         and cc.SJCR between #{pageReqVO.cfStart} and #{pageReqVO.cfEnd}
120 120
                     </if>
121 121
                     <if test="(pageReqVO.cfStart == null or pageReqVO.cfStart == '') and pageReqVO.cfEnd != null and pageReqVO.cfEnd != ''">