0915-002-gaofei

This commit is contained in:
gaofei 2021-09-15 15:05:16 +08:00
parent c330245a88
commit 4ef1799fec
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ namespace FineUIPro.Web.JDGL.WBS
string id = Request.Params["Id"];
string code = Request.Params["Code"];
string operating = Request.Params["operating"];
if (operating == "add")
if (operating == "add")
{
Model.Wbs_WbsSet wbsSet = BLL.WbsSetService.GetWbsSetByWbsSetId(id);
Model.WBS_CostControl costControl = new WBS_CostControl();