This commit is contained in:
linfso 2024-12-18 16:50:40 +08:00
parent 839e4a03d4
commit 452629be97

View File

@ -2631,8 +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}