WebAPI/Controllers/Æ·ÖʹÜÀí/Ê×¼þ¼ìÑéµ¥/QC_FirstPieceCheckBillController.cs
@@ -417,10 +417,17 @@ if (ds2 != null && ds2.Tables[0].Rows.Count > 0) { int HInterID = int.Parse(ds2.Tables[0].Rows[0]["NewHInterID"].ToString()); if (oSystemParameter.ShowBill(ref sReturn) == true) { if (oSystemParameter.omodel.WMS_CampanyName == "åè") { LogService.Write("æ§è¡æ¶æ¯æ¨é..." + HInterID); // è§¦åæ¶æ¯æ¨é new Sc_MESTransFerWorkBillController().AuditOA_WorkLinkBill(HInterID, 0, user); Service.GeTuiService.PubishSingle(HInterID); } } } } }