修改项目策划、总包合同
This commit is contained in:
@@ -93,6 +93,7 @@ namespace BLL
|
||||
Model.ActionPlan_ProjectPlan ProjectPlan = Funs.DB.ActionPlan_ProjectPlan.FirstOrDefault(e => e.ProjectPlanId == ProjectPlanId);
|
||||
if (ProjectPlan != null)
|
||||
{
|
||||
BLL.ProjectPlanOpinionService.DeleteProjectPlanOpinionsByProjectPlanId(ProjectPlanId);
|
||||
BLL.ProjectPlanApproveService.DeleteProjectPlanApprovesByProjectPlanId(ProjectPlanId);
|
||||
///删除附件
|
||||
BLL.CommonService.DeleteAttachFileById(ProjectPlanId);
|
||||
|
||||
Reference in New Issue
Block a user