md
This commit is contained in:
parent
90ce2d07c8
commit
839e4a03d4
@ -1304,7 +1304,7 @@ public class EmisWaybillServiceImpl extends EmisBaseService implements IEmisWayb
|
|||||||
}
|
}
|
||||||
|
|
||||||
// 同时修改网点为取件员所在的网点
|
// 同时修改网点为取件员所在的网点
|
||||||
SysUser sysUser = getEmisStaffByCode(emisWaybillOld.getTakePieceEmployeeCode());
|
SysUser sysUser = getEmisStaffByCode(emisWaybill.getTakePieceEmployeeCode());
|
||||||
emisWaybill.setSendSiteCode(sysUser.getOwnerSiteCode());
|
emisWaybill.setSendSiteCode(sysUser.getOwnerSiteCode());
|
||||||
emisWaybill.setBillCode(emisWaybillOld.getBillCode());
|
emisWaybill.setBillCode(emisWaybillOld.getBillCode());
|
||||||
|
|
||||||
|
|||||||
@ -2631,7 +2631,8 @@
|
|||||||
<!-- 分配取件员 -->
|
<!-- 分配取件员 -->
|
||||||
<update id="assignTakeMan" parameterType="EmisWaybill">
|
<update id="assignTakeMan" parameterType="EmisWaybill">
|
||||||
update emis_waybill set
|
update emis_waybill set
|
||||||
take_piece_employee_code = #{takePieceEmployeeCode},send_site_code=#{sendSiteCode}
|
take_piece_employee_code = #{takePieceEmployeeCode},
|
||||||
|
send_site_code = #{sendSiteCode}
|
||||||
<if test="updateBy != null and updateBy != ''">,update_by = #{updateBy}</if>
|
<if test="updateBy != null and updateBy != ''">,update_by = #{updateBy}</if>
|
||||||
<if test="updateSite != null and updateSite != ''">,update_site = #{updateSite}</if>
|
<if test="updateSite != null and updateSite != ''">,update_site = #{updateSite}</if>
|
||||||
where order_sn=#{orderSn}
|
where order_sn=#{orderSn}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user