|
|
|
@ -464,8 +464,8 @@ |
|
|
|
</select> |
|
|
|
|
|
|
|
<update id="updateNotifyStatus" > |
|
|
|
update SOIssueNotifyHeader set status=#{status} |
|
|
|
where Site=#{site} and NotifyNo=#{notifyNo} |
|
|
|
update SOIssueNotifyHeader set status = #{status} |
|
|
|
where Site = #{site} and NotifyNo = #{notifyNo} |
|
|
|
</update> |
|
|
|
<select id="checkDeleteMaterial" resultType="SOIssueNotifyOrderMaterialListData"> |
|
|
|
select NotifyNo,Site,ItemNo,ComponentPartNo,QtyToIssue,QtyToIssue_Original,issueType |
|
|
|
@ -527,8 +527,8 @@ |
|
|
|
</select> |
|
|
|
|
|
|
|
<select id="insertNotifyLogClose" > |
|
|
|
insert into SOIssueNotifyLog (Site,NotifyNo,[Action],username,ActionTime,ActionRemark) |
|
|
|
values (#{site},#{notifyNo},'关闭',#{username},GetDate(),#{closeRemark}) |
|
|
|
insert into SOIssueNotifyLog (Site, NotifyNo, [Action], username, ActionTime, ActionRemark) |
|
|
|
values (#{site}, #{notifyNo}, '关闭', #{username}, GetDate(), #{closeRemark}) |
|
|
|
</select> |
|
|
|
|
|
|
|
<!-- 获取下一个BOMItemNo --> |
|
|
|
|