WebAPI/Controllers/JHGL/Gy_RoutingBillController.cs
@@ -2046,6 +2046,17 @@ objJsonResult.count = CountConstant.SUCCEED; objJsonResult.Message = "审核成功"; objJsonResult.data = null; //获取系统参数 string Ret = ""; if (oSystemParameter.ShowBill(ref Ret)) { //判断客户 if (oSystemParameter.omodel.WMS_CampanyName == "添康科技") //系统参数 { //刷新默认工艺路线 oCN.RunProc("exec h_p_Gy_RoutingBillCheck " + HInterID + ",'" + CurUserName + "'"); } } } else {