From 20d4fc36c96d40b9e90ee0f6f8ca86c5251a2428 Mon Sep 17 00:00:00 2001
From: ch <37327@LLOOCCY>
Date: 星期二, 24 五月 2022 16:49:14 +0800
Subject: [PATCH] 新增了根据配置文件去判断刷卡按钮是否显示
---
WebAPI/Controllers/EntrustOutController.cs | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/WebAPI/Controllers/EntrustOutController.cs b/WebAPI/Controllers/EntrustOutController.cs
index 9d29217..d4ee36e 100644
--- a/WebAPI/Controllers/EntrustOutController.cs
+++ b/WebAPI/Controllers/EntrustOutController.cs
@@ -465,6 +465,7 @@
websLsmain.HWHID = lsmain[0].HWHID;
websLsmain.HMainSourceBillType = "濮斿璁㈠崟-鎶曟枡";
websLsmain.HSupID = lsmain[0].HSupID;
+ websLsmain.HBillType = "1211";//鍥哄畾鍊�
if (webserver.set_SaveEntrustOutBill_New(websLsmain, sSourceBillType, ref DBUtility.ClsPub.sErrInfo))
{
--
Gitblit v1.9.1