From 2e78dbe39197d95a2fe13ea8f0bf5a9bae5cee7f Mon Sep 17 00:00:00 2001 From: wtt <1985833171@qq.com> Date: 星期二, 04 三月 2025 11:16:32 +0800 Subject: [PATCH] 客户对应物料列表 --- WebAPI/Controllers/CJGL/Qc_PreventErrMouldCheckBillController.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/WebAPI/Controllers/CJGL/Qc_PreventErrMouldCheckBillController.cs b/WebAPI/Controllers/CJGL/Qc_PreventErrMouldCheckBillController.cs index 9dbcef3..dec3bdd 100644 --- a/WebAPI/Controllers/CJGL/Qc_PreventErrMouldCheckBillController.cs +++ b/WebAPI/Controllers/CJGL/Qc_PreventErrMouldCheckBillController.cs @@ -211,7 +211,7 @@ oItem.HYear = DBUtility.ClsPub.isLong(DateTime.Now.Year); oItem.HPeriod = DBUtility.ClsPub.isLong(DateTime.Now.Month); - oItem.HMakeDate = DBUtility.ClsPub.isStrNull(DateTime.Now.ToString("yyyy-MM-dd")); + oItem.HMakeDate = DBUtility.ClsPub.isStrNull(DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss")); if (DBUtility.ClsPub.isStrNull(oItem.HDate) == "") { -- Gitblit v1.9.1