md
This commit is contained in:
parent
452629be97
commit
93b61e18da
@ -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}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user