|
|
|
@@ -60,15 +60,15 @@ |
|
|
|
and `create_date` <= #{createDateEnd} |
|
|
|
</if> |
|
|
|
|
|
|
|
<if test=" null != cusName "> |
|
|
|
<if test=" null != cusName and cusName != '' "> |
|
|
|
and `cus_name` like concat('%', #{cusName},'%') |
|
|
|
</if> |
|
|
|
|
|
|
|
<if test=" null != phone "> |
|
|
|
<if test=" null != phone and phone != '' "> |
|
|
|
and `phone` like concat('%', #{phone},'%') |
|
|
|
</if> |
|
|
|
|
|
|
|
<if test=" null != orderNo "> |
|
|
|
<if test=" null != orderNo and orderNo != '' "> |
|
|
|
and `order_no` like concat('%', #{orderNo},'%') |
|
|
|
</if> |
|
|
|
|
|
|
|
@@ -133,6 +133,9 @@ |
|
|
|
<if test=" null != merchantCashMoney"> |
|
|
|
`merchant_cash_money` = #{merchantCashMoney}, |
|
|
|
</if> |
|
|
|
<if test=" null != itemId"> |
|
|
|
`item_id` = #{itemId}, |
|
|
|
</if> |
|
|
|
`update_date` = #{updateDate} |
|
|
|
where id=#{id} |
|
|
|
<if test=" null != tenantId and '' != tenantId"> |
|
|
|
|