0917-gaofei

This commit is contained in:
gaofei 2021-09-17 10:51:44 +08:00
parent 38d92fe96a
commit 10562ffb0d
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();