feat: bug-883 出库业务先进先出控制,推荐批次,异常业务审批功能
This commit is contained in:
parent
af32692f93
commit
cca3b41182
|
|
@ -3,8 +3,8 @@
|
||||||
<mapper namespace="com.nflg.wms.repository.mapper.WmsOutCostcenterTicketMapper">
|
<mapper namespace="com.nflg.wms.repository.mapper.WmsOutCostcenterTicketMapper">
|
||||||
|
|
||||||
<select id="search" resultType="com.nflg.wms.common.pojo.vo.OutCostcenterVO">
|
<select id="search" resultType="com.nflg.wms.common.pojo.vo.OutCostcenterVO">
|
||||||
SELECT oct.id,oct."no" as "ticket_no",oct.create_by,oct.create_time,oct.mat_doc,oct.doc_year,oat.finish
|
SELECT oct.id,oct."no" as "ticket_no",oct.create_by,oct.create_time,oct.mat_doc,oct.doc_year,oct.finish
|
||||||
,oat.audit_state,oat.audit_by,oat.audit_time,oat.audit_msg,oc.*
|
,oct.audit_state,oct.audit_by,oct.audit_time,oct.audit_msg,oc.*
|
||||||
FROM wms_out_costcenter_ticket oct
|
FROM wms_out_costcenter_ticket oct
|
||||||
INNER JOIN wms_out_costcenter oc ON oct.order_id=oc."id"
|
INNER JOIN wms_out_costcenter oc ON oct.order_id=oc."id"
|
||||||
<where>
|
<where>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue