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