md
This commit is contained in:
parent
e70f8257d3
commit
8eaa769e68
@ -267,7 +267,7 @@ public class EmisWaybillServiceImpl extends EmisBaseService implements IEmisWayb
|
||||
|
||||
|
||||
/**
|
||||
* 新增费用
|
||||
* 新增下单
|
||||
* @param emisWaybillSave
|
||||
*/
|
||||
private void addWayBill(EmisWaybill emisWaybillSave){
|
||||
|
||||
@ -126,7 +126,6 @@
|
||||
<if test="monthlyPayCode != null and monthlyPayCode != ''"> and monthly_pay_code like concat('%', #{monthlyPayCode}, '%')</if>
|
||||
<if test="userName != null and userName != ''"> and user_name like concat('%', #{userName}, '%')</if>
|
||||
<if test="password != null and password != ''"> and password like concat('%', #{password}, '%')</if>
|
||||
<if test="ownerSite != null and ownerSite != ''"> and owner_site like concat('%', #{ownerSite}, '%')</if>
|
||||
<if test="country != null and country != ''"> and country like concat('%', #{country}, '%')</if>
|
||||
<if test="province != null and province != ''"> and province like concat('%', #{province}, '%')</if>
|
||||
<if test="city != null and city != ''"> and city like concat('%', #{city}, '%')</if>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user