This commit is contained in:
linfso 2024-07-30 09:38:31 +08:00
parent 0e053679ee
commit 99051d9a2a
2 changed files with 3 additions and 8 deletions

View File

@ -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);
}

View File

@ -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>