合并最新
This commit is contained in:
@@ -838,6 +838,7 @@ namespace FineUIPro.Web.CQMS.Solution
|
||||
if (CommonService.GetAllButtonPowerList(CurrUser.LoginProjectId, CurrUser.UserId, Const.CQMSConstructSolutionMenuId, Const.BtnDelete))
|
||||
{
|
||||
var constructSolution = CQMSConstructSolutionService.GetConstructSolutionByConstructSolutionId(id);
|
||||
HSSEConstructSolutionService.DeleteConstructSolutionByCQMSConstructSolutionId(id);
|
||||
CQMSConstructSolutionApproveService.DeleteConstructSolutionApprovesByConstructSolutionId(id);
|
||||
CQMSConstructSolutionService.DeleteConstructSolution(id);
|
||||
LogService.AddSys_Log(CurrUser, constructSolution.Code, id, Const.CQMSConstructSolutionMenuId, "删除方案审查");
|
||||
|
||||
Reference in New Issue
Block a user