From cbb3c45a29e0f437f504f246c89544b9a1158350 Mon Sep 17 00:00:00 2001 From: yangle <admin@YINMOU> Date: 星期一, 23 九月 2024 15:23:42 +0800 Subject: [PATCH] 钉钉同步数据 设备维修记录单 模具保养记录单 模具维修记录单 --- WebAPI/Controllers/Sc_MouldRepairInBillListController.cs | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/WebAPI/Controllers/Sc_MouldRepairInBillListController.cs b/WebAPI/Controllers/Sc_MouldRepairInBillListController.cs index b19e5ea..25d742f 100644 --- a/WebAPI/Controllers/Sc_MouldRepairInBillListController.cs +++ b/WebAPI/Controllers/Sc_MouldRepairInBillListController.cs @@ -4032,7 +4032,7 @@ lsmain = oListModels.getObjectByJson_Gy_MouldRepairWorkBillMain(msg2); foreach (Model.ClsSb_MouldRepairWorkBillMain oItem in lsmain) { - //oItem.HMaker = ""; + oItem.HMaker = msg4; UserName = msg4; //鍒跺崟浜� oItem.HBillType = "3807"; oItem.HBillSubType = "3807"; @@ -5537,7 +5537,7 @@ foreach (Model.ClsSc_MouldMaintainBillMain oItem in lsmain) { UserName = oItem.HMaker; //鍒跺崟浜� - DBUtility.ClsPub.CurUserName = UserName; + DBUtility.ClsPub.CurUserName = msg5; oItem.HBillType = "3819"; oItem.HBillSubType = "3819"; -- Gitblit v1.9.1