From 96475c2fd6a0f8b11c24f06ca65d9d8955302b26 Mon Sep 17 00:00:00 2001
From: chenhaozhe <cgz@hz-kingdee.com>
Date: 星期一, 27 十月 2025 08:12:18 +0800
Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/MES-WEB-API

---
 DAL/质检管理/ClsQC_MonthTarGetBill.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git "a/DAL/\350\264\250\346\243\200\347\256\241\347\220\206/ClsQC_MonthTarGetBill.cs" "b/DAL/\350\264\250\346\243\200\347\256\241\347\220\206/ClsQC_MonthTarGetBill.cs"
index a8fd80e..2bd324c 100644
--- "a/DAL/\350\264\250\346\243\200\347\256\241\347\220\206/ClsQC_MonthTarGetBill.cs"
+++ "b/DAL/\350\264\250\346\243\200\347\256\241\347\220\206/ClsQC_MonthTarGetBill.cs"
@@ -162,8 +162,8 @@
                     "','" + omodel.HBillNo +
                     "','" + omodel.HRemark +
                     "','" + omodel.HMaker +
-                    "','" + omodel.HMakeDate +
-                    "'," + omodel.HDeptID +
+                    "',getdate()" +
+                    "," + omodel.HDeptID +
                     "," + omodel.HInspectOrgID +
                     "," + omodel.HProcTrapTarGetVal +
                     "," + omodel.HProcKPITarGetVal +

--
Gitblit v1.9.1