From 699b04d39a79bd6bb8efae1c6e2d65766c3d12b8 Mon Sep 17 00:00:00 2001 From: black-goat-me <226547893@qq.com> Date: 星期六, 20 五月 2023 20:27:16 +0800 Subject: [PATCH] 1 --- WebAPI/Controllers/ProductInController.cs | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/WebAPI/Controllers/ProductInController.cs b/WebAPI/Controllers/ProductInController.cs index 4121569..8291829 100644 --- a/WebAPI/Controllers/ProductInController.cs +++ b/WebAPI/Controllers/ProductInController.cs @@ -1239,8 +1239,8 @@ List<ClsKf_ProductInBillMain> list = new List<ClsKf_ProductInBillMain>(); ListModels listModels = new ListModels(); list = listModels.getProductInBillMainByJson(jsonString); - list[0].HYear = ClsPub.isLong(DateTime.Now.Year); - list[0].HDate = ClsPub.isDate(DateTime.Now.ToString("yyyy-MM-dd")); + //list[0].HYear = ClsPub.isLong(DateTime.Now.Year); + //list[0].HDate = ClsPub.isDate(DateTime.Now.ToString("yyyy-MM-dd")); string hbillType = list[0].HBillType; WebAPI.WebS.ClsKf_ProductInBillMain clsKf_ProductInBillMain = new WebAPI.WebS.ClsKf_ProductInBillMain(); clsKf_ProductInBillMain.HInterID = list[0].HInterID; -- Gitblit v1.9.1