This commit is contained in:
linfso 2024-12-19 11:03:36 +08:00
parent 452629be97
commit 93b61e18da

View File

@ -2631,7 +2631,7 @@
<!-- 分配取件员 -->
<update id="assignTakeMan" parameterType="EmisWaybill">
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="updateSite != null and updateSite != ''">,update_site = #{updateSite}</if>
where order_sn=#{orderSn}