|
|
@@ -659,10 +659,10 @@
|
|
|
</if>
|
|
|
<if test='fee.isBusinessDate != null and fee.isBusinessDate != "" and fee.isBusinessDate == "1"'>
|
|
|
<if test='fee.etdStart != null and fee.etdStart != ""'>
|
|
|
- and acc.account_date >= #{fee.etdStart}
|
|
|
+ and acc.business_date >= #{fee.etdStart}
|
|
|
</if>
|
|
|
<if test='fee.etdEnd != null and fee.etdEnd != ""'>
|
|
|
- and acc.account_date <= #{fee.etdEnd}
|
|
|
+ and acc.business_date <= #{fee.etdEnd}
|
|
|
</if>
|
|
|
</if>
|
|
|
<if test='fee.isToExamineDate != null and fee.isToExamineDate != "" and fee.isToExamineDate == "1"'>
|
|
|
@@ -775,10 +775,10 @@
|
|
|
</if>
|
|
|
<if test='fee.isBusinessDate != null and fee.isBusinessDate != "" and fee.isBusinessDate == "1"'>
|
|
|
<if test='fee.etdStart != null and fee.etdStart != ""'>
|
|
|
- and acc.account_date >= #{fee.etdStart}
|
|
|
+ and acc.business_date >= #{fee.etdStart}
|
|
|
</if>
|
|
|
<if test='fee.etdEnd != null and fee.etdEnd != ""'>
|
|
|
- and acc.account_date <= #{fee.etdEnd}
|
|
|
+ and acc.business_date <= #{fee.etdEnd}
|
|
|
</if>
|
|
|
</if>
|
|
|
<if test='fee.isToExamineDate != null and fee.isToExamineDate != "" and fee.isToExamineDate == "1"'>
|
|
|
@@ -866,10 +866,10 @@
|
|
|
</if>
|
|
|
<if test='fee.isBusinessDate != null and fee.isBusinessDate != "" and fee.isBusinessDate == "1"'>
|
|
|
<if test='fee.etdStart != null and fee.etdStart != ""'>
|
|
|
- and acc.account_date >= #{fee.etdStart}
|
|
|
+ and acc.business_date >= #{fee.etdStart}
|
|
|
</if>
|
|
|
<if test='fee.etdEnd != null and fee.etdEnd != ""'>
|
|
|
- and acc.account_date <= #{fee.etdEnd}
|
|
|
+ and acc.business_date <= #{fee.etdEnd}
|
|
|
</if>
|
|
|
</if>
|
|
|
<if test='fee.isToExamineDate != null and fee.isToExamineDate != "" and fee.isToExamineDate == "1"'>
|
|
|
@@ -946,10 +946,10 @@
|
|
|
</if>
|
|
|
<if test='fee.isBusinessDate != null and fee.isBusinessDate != "" and fee.isBusinessDate == "1"'>
|
|
|
<if test='fee.etdStart != null and fee.etdStart != ""'>
|
|
|
- and acc.account_date >= #{fee.etdStart}
|
|
|
+ and acc.business_date >= #{fee.etdStart}
|
|
|
</if>
|
|
|
<if test='fee.etdEnd != null and fee.etdEnd != ""'>
|
|
|
- and acc.account_date <= #{fee.etdEnd}
|
|
|
+ and acc.business_date <= #{fee.etdEnd}
|
|
|
</if>
|
|
|
</if>
|
|
|
<if test='fee.isToExamineDate != null and fee.isToExamineDate != "" and fee.isToExamineDate == "1"'>
|