|
|
@@ -67,8 +67,8 @@
|
|
|
<if test="startDate !=null and startDate!='' and endDate !=null and endDate !=''">
|
|
|
and DATE_FORMAT( a.signdate, '%Y-%m-%d') between DATE_FORMAT(#{startDate}, '%Y-%m-%d') and DATE_FORMAT(#{endDate}, '%Y-%m-%d')
|
|
|
</if>
|
|
|
- <if test="agreementtype !=null and agreementtype !=''">
|
|
|
- and pa.agreement_type =#{agreementtype}
|
|
|
+ <if test="agreementType !=null and agreementType !=''">
|
|
|
+ and pa.agreement_type =#{agreementType}
|
|
|
</if>
|
|
|
|
|
|
<if test="handlingFeesStatus !=null and handlingFeesStatus !=''">
|