|
|
|
@@ -546,6 +546,13 @@ |
|
|
|
<if test="merchantName!=null and merchantName!=''"> |
|
|
|
and o.`merchant_name` like concat('%',#{merchantName},'%') |
|
|
|
</if> |
|
|
|
<if test="payment!=null and payment=0"> |
|
|
|
and o.`payment` = 0 |
|
|
|
</if> |
|
|
|
<if test="payment!=null and payment>0"> |
|
|
|
and o.`payment` > 0 |
|
|
|
</if> |
|
|
|
|
|
|
|
<if test="startdate!=null and enddate!=null"> |
|
|
|
and o.create_date between #{startdate} and #{enddate} |
|
|
|
</if> |
|
|
|
|