lfy 2 hafta önce
ebeveyn
işleme
d5d64af73f

+ 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 != ''">