|
|
@ -33,7 +33,7 @@
|
|
|
|
fromCorp, status, remark, exportStatus, fromType, contrastStatus, signStatus,
|
|
|
|
fromCorp, status, remark, exportStatus, fromType, contrastStatus, signStatus,
|
|
|
|
receiveStatus, erpFk, stockCheckFk, supId,
|
|
|
|
receiveStatus, erpFk, stockCheckFk, supId,
|
|
|
|
exportFilePath, locStorageCode, supplementNo, ullageSupNo, createUser, reviewUser,
|
|
|
|
exportFilePath, locStorageCode, supplementNo, ullageSupNo, createUser, reviewUser,
|
|
|
|
outChangeEnable, originUllageSupNo,preCheck,thirdBillNo)
|
|
|
|
outChangeEnable, originUllageSupNo, preCheck, thirdBillNo)
|
|
|
|
values (#{id},
|
|
|
|
values (#{id},
|
|
|
|
#{action},
|
|
|
|
#{action},
|
|
|
|
#{corpOrderId},
|
|
|
|
#{corpOrderId},
|
|
|
@ -52,11 +52,13 @@
|
|
|
|
#{erpFk},
|
|
|
|
#{erpFk},
|
|
|
|
#{stockCheckFk},
|
|
|
|
#{stockCheckFk},
|
|
|
|
#{supId}, #{exportFilePath}, #{locStorageCode}, #{supplementNo}
|
|
|
|
#{supId}, #{exportFilePath}, #{locStorageCode}, #{supplementNo}
|
|
|
|
, #{ullageSupNo}, #{createUser}, #{reviewUser}, #{outChangeEnable}, #{originUllageSupNo},#{preCheck},#{thirdBillNo})
|
|
|
|
, #{ullageSupNo}, #{createUser}, #{reviewUser}, #{outChangeEnable}, #{originUllageSupNo},
|
|
|
|
|
|
|
|
#{preCheck}, #{thirdBillNo})
|
|
|
|
</insert>
|
|
|
|
</insert>
|
|
|
|
|
|
|
|
|
|
|
|
<insert id="importOrder" keyProperty="id" parameterType="com.glxp.api.admin.entity.inout.OrderEntity">
|
|
|
|
<insert id="importOrder" keyProperty="id" parameterType="com.glxp.api.admin.entity.inout.OrderEntity">
|
|
|
|
replace
|
|
|
|
insert
|
|
|
|
|
|
|
|
ignore
|
|
|
|
INTO io_order(id, action, corpOrderId, actDate, fromCorpId, actor, mainAction,
|
|
|
|
INTO io_order(id, action, corpOrderId, actDate, fromCorpId, actor, mainAction,
|
|
|
|
fromCorp, status, remark, exportStatus, fromType, contrastStatus, signStatus,
|
|
|
|
fromCorp, status, remark, exportStatus, fromType, contrastStatus, signStatus,
|
|
|
|
receiveStatus, erpFk, stockCheckFk, supId,
|
|
|
|
receiveStatus, erpFk, stockCheckFk, supId,
|
|
|
@ -88,7 +90,9 @@
|
|
|
|
#{createUser},
|
|
|
|
#{createUser},
|
|
|
|
#{reviewUser},
|
|
|
|
#{reviewUser},
|
|
|
|
#{outChangeEnable},
|
|
|
|
#{outChangeEnable},
|
|
|
|
#{originUllageSupNo},#{preCheck},#{thirdBillNo}
|
|
|
|
#{originUllageSupNo},
|
|
|
|
|
|
|
|
#{preCheck},
|
|
|
|
|
|
|
|
#{thirdBillNo}
|
|
|
|
)
|
|
|
|
)
|
|
|
|
</insert>
|
|
|
|
</insert>
|
|
|
|
|
|
|
|
|
|
|
@ -237,7 +241,8 @@
|
|
|
|
and reviewUser =#{reviewUser}
|
|
|
|
and reviewUser =#{reviewUser}
|
|
|
|
</if>
|
|
|
|
</if>
|
|
|
|
<if test="unionUser != '' and unionUser!=null">
|
|
|
|
<if test="unionUser != '' and unionUser!=null">
|
|
|
|
and ((createUser =#{unionUser} or reviewUser =#{unionUser}) or (reviewUser is null and createUser is null) )
|
|
|
|
and ((createUser =#{unionUser} or reviewUser =#{unionUser}) or (reviewUser is null and createUser is
|
|
|
|
|
|
|
|
null) )
|
|
|
|
</if>
|
|
|
|
</if>
|
|
|
|
<if test="ullageSupNo != '' and ullageSupNo!=null">
|
|
|
|
<if test="ullageSupNo != '' and ullageSupNo!=null">
|
|
|
|
and ullageSupNo =#{ullageSupNo}
|
|
|
|
and ullageSupNo =#{ullageSupNo}
|
|
|
@ -502,7 +507,8 @@
|
|
|
|
and receiveStatus = #{receiveStatus}
|
|
|
|
and receiveStatus = #{receiveStatus}
|
|
|
|
</if>
|
|
|
|
</if>
|
|
|
|
<if test="lastUpdateTime!=null and lastUpdateTime!=''">
|
|
|
|
<if test="lastUpdateTime!=null and lastUpdateTime!=''">
|
|
|
|
and <![CDATA[ DATE_FORMAT(updateTime, '%Y-%m-%d %H:%i:%S')>= DATE_FORMAT(#{lastUpdateTime}, '%Y-%m-%d %H:%i:%S') ]]>
|
|
|
|
and
|
|
|
|
|
|
|
|
<![CDATA[ DATE_FORMAT(updateTime, '%Y-%m-%d %H:%i:%S')>= DATE_FORMAT(#{lastUpdateTime}, '%Y-%m-%d %H:%i:%S') ]]>
|
|
|
|
</if>
|
|
|
|
</if>
|
|
|
|
<if test="filterActions!=null">
|
|
|
|
<if test="filterActions!=null">
|
|
|
|
and `action` in
|
|
|
|
and `action` in
|
|
|
@ -549,8 +555,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
<update id="updateOrderTime">
|
|
|
|
<update id="updateOrderTime">
|
|
|
|
update io_order
|
|
|
|
update io_order
|
|
|
|
set actDate = #{actDate},
|
|
|
|
set actDate = #{actDate},
|
|
|
|
auditTime = #{auditTime},
|
|
|
|
auditTime = #{auditTime},
|
|
|
|
updateTime = #{updateTime}
|
|
|
|
updateTime = #{updateTime}
|
|
|
|
where id in
|
|
|
|
where id in
|
|
|
|
<foreach collection="orderIds" item="item" index="index" open="(" close=")" separator=",">
|
|
|
|
<foreach collection="orderIds" item="item" index="index" open="(" close=")" separator=",">
|
|
|
|