Merge branch 'master' of https://gitee.com/frane-yang/SGGL_SeDin_New
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
|
||||
update Sys_Menu set MenuName ='确定中标人审批' where MenuId='11503AD6-742D-406D-96F1-17BA3B9E7580'
|
||||
go
|
||||
alter table PHTGL_SetSubReview add BidDocumentsReviewId nvarchar(50)
|
||||
go
|
||||
update sub set sub.BidDocumentsReviewId=app.BidDocumentsReviewId
|
||||
from PHTGL_SetSubReview sub
|
||||
join PHTGL_BidApproveUserReview app on sub.ApproveUserReviewID=app.ApproveUserReviewID
|
||||
Reference in New Issue
Block a user