From de09888dc10440dbb45c7e4922499aa34e089f64 Mon Sep 17 00:00:00 2001
From: wangyi <2946747746@qq.com>
Date: 星期日, 05 四月 2026 02:05:37 +0800
Subject: [PATCH] 1
---
WebAPI/Controllers/SCGL/Sc_MESBeginWorkBillController.cs | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/WebAPI/Controllers/SCGL/Sc_MESBeginWorkBillController.cs b/WebAPI/Controllers/SCGL/Sc_MESBeginWorkBillController.cs
index a0c9fef..1101998 100644
--- a/WebAPI/Controllers/SCGL/Sc_MESBeginWorkBillController.cs
+++ b/WebAPI/Controllers/SCGL/Sc_MESBeginWorkBillController.cs
@@ -465,7 +465,8 @@
/// <returns></returns>
[Route("Sc_MESBeginWorkBill/SaveGetMESBeginWorkFrom_KS")]
[HttpGet]
- public object SaveGetMESBeginWorkFrom_KS(string HBillType,int HSourceInterID,int HSourceEntryID,string HSourceBillNo,string user,string HSourceBillType)
+ public object SaveGetMESBeginWorkFrom_KS(string HBillType,int HSourceInterID,int HSourceEntryID,
+ string HSourceBillNo,string user,string HSourceBillType)
{
@@ -1618,7 +1619,8 @@
#region 鎶ュ伐骞冲彴蹇嵎寮�宸�
[Route("Sc_MESBeginWorkBill/FastBeginWorkBill")]
[HttpGet]
- public object FastBeginWorkBill(string HBillType, int HSourceInterID, int HSourceEntryID, string HSourceBillNo, string HSourceBillType,string user)
+ public object FastBeginWorkBill(string HBillType, int HSourceInterID, int HSourceEntryID,
+ string HSourceBillNo, string HSourceBillType,string user)
{
@@ -1675,7 +1677,7 @@
{
ClsSc_MESBeginWorkBillMain.HWorkShiftID = int.Parse(set.Tables[0].Rows[0]["HInterID"].ToString());
}
- ds = oCN.RunProcReturn("select * from h_v_Cj_GetDefValByUser where 鐢ㄦ埛鍚嶇О='" + user + "'", "h_v_xt_UserAssociationSelect");
+ ds = oCN.RunProcReturn("select * from h_v_Cj_GetDefValByUser where 鐢ㄦ埛鍚嶇О='" + user + "'", "h_v_Cj_GetDefValByUser");
//if (ds.Tables[0].Rows[0]["HGroupID"].ToString() == "0")
//{
--
Gitblit v1.9.1