1
llj
2026-04-09 d59ee61a5295c30dd28d7f9324628f54534b540e
WebAPI/Controllers/SBGL/SB_EquipICMOTechParamBillController.cs
@@ -334,7 +334,24 @@
                            return objJsonResult;
                        }
                        else
                        {
                        {
                            //系统参数  自动审核
                            string sReturn = "";
                            if (oSystemParameter.ShowBill(ref sReturn) == true)
                            {
                                // 拼接两个参数:安灯,NG参数
                                string oa = oSystemParameter.omodel.SB_EquipICMOTechParamBill_OAErrMsg;//系统参数  是否进行安灯
                                string ng = oSystemParameter.omodel.SB_EquipICMOTechParamBill_ErrMsg;//系统参数  是否发送NG工艺参数信息
                                // 用逗号拼接,前端按逗号拆分
                                objJsonResult.Verify = oa + "," + ng;
                            }
                            else
                            {
                                // 失败时给默认值
                                objJsonResult.Verify = "N,N";
                            }
                            objJsonResult.code = "0";
                            objJsonResult.count = 1;
                            objJsonResult.Message = "单据号:"+ oBill.omodel.HBillNo+ " 审核成功!";