Browse Source

修改sql

lfy 2 weeks ago
parent
commit
d5d64af73f

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

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