md
This commit is contained in:
parent
0e053679ee
commit
99051d9a2a
@ -917,9 +917,6 @@ public class EmisWaybillServiceImpl extends EmisBaseService implements IEmisWayb
|
||||
throw new EmisBizError(EmisBizErrorType.FAIL,"非上门取件不需要指派取件员");
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
return emisWaybillMapper.assignTakeMan(emisWaybill);
|
||||
}
|
||||
|
||||
@ -946,8 +943,6 @@ public class EmisWaybillServiceImpl extends EmisBaseService implements IEmisWayb
|
||||
throw new EmisBizError(EmisBizErrorType.FAIL,"订单已取消");
|
||||
}
|
||||
|
||||
|
||||
|
||||
return emisWaybillMapper.assignSendSite(emisWaybill);
|
||||
}
|
||||
|
||||
|
||||
@ -169,9 +169,9 @@
|
||||
<if test="name != null and name != ''">name = #{name},</if>
|
||||
<if test="phone != null and phone != ''">phone = #{phone},</if>
|
||||
<if test="province != null and province != ''">province = #{province},</if>
|
||||
<if test="city != null and city != ''">city = #{city},</if>
|
||||
<if test="county != null and county != ''">county = #{county},</if>
|
||||
<if test="town != null and town != ''">town = #{town},</if>
|
||||
city = #{city},
|
||||
county = #{county},
|
||||
town = #{town},
|
||||
<if test="address != null and address != ''">address = #{address},</if>
|
||||
<if test="postCode != null and postCode != ''">post_code = #{postCode},</if>
|
||||
<if test="email != null and email != ''">email = #{email},</if>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user