|
|
|
@ -357,6 +357,11 @@ RecordVersion,OutWorkOrderFlag,ProjectID,OrderType,AuthRuleID,bu) |
|
|
|
values (#{site},#{notifyNo},'关闭',#{username},GetDate(),#{closeRemark}) |
|
|
|
</select> |
|
|
|
|
|
|
|
<select id="insertNotifyLogOpen"> |
|
|
|
insert into SOIssueNotifyLog (Site,NotifyNo,[Action],username,ActionTime,ActionRemark) |
|
|
|
values (#{site},#{notifyNo},'开启',#{username},GetDate(),'重新开启') |
|
|
|
</select> |
|
|
|
|
|
|
|
<select id="searchNotifyLogClose" resultType="SOIssueNotifyLogData"> |
|
|
|
select id,Site,NotifyNo,[Action],username,ActionTime,ActionRemark ,dbo.plm_get_user_display(Site,username) userDisplay |
|
|
|
from SOIssueNotifyLog where site=#{site} and NotifyNo=#{notifyNo} |
|
|
|
|