From c098bbee2807a60fdf3c8bfe28c0dcb81821b07b Mon Sep 17 00:00:00 2001 From: xiang2lin <251481237@qq.com> Date: Thu, 20 Jun 2024 14:32:29 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=A2=86=E6=96=99=E6=96=B9?= =?UTF-8?q?=E5=BC=8F=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../hzya/frame/seeyon/service/impl/SeeyonExtServiceImpl.java | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/service/src/main/java/com/hzya/frame/seeyon/service/impl/SeeyonExtServiceImpl.java b/service/src/main/java/com/hzya/frame/seeyon/service/impl/SeeyonExtServiceImpl.java index 6ddceadc..bb015d1b 100644 --- a/service/src/main/java/com/hzya/frame/seeyon/service/impl/SeeyonExtServiceImpl.java +++ b/service/src/main/java/com/hzya/frame/seeyon/service/impl/SeeyonExtServiceImpl.java @@ -146,7 +146,6 @@ public class SeeyonExtServiceImpl implements ISeeyonExtService { break; } if (StrUtil.isNotEmpty(sql)){ - System.out.println("要执行的sql:"+sql); String sign = SecureUtil.md5(sql); String data = SecureUtil.aes(KEY.getBytes()).encryptHex(sql); Map headerMap = MapBuilder.create(true) @@ -211,7 +210,7 @@ public class SeeyonExtServiceImpl implements ISeeyonExtService { * bInvAsset 资产 * * iSupplyType 供应类型 默认领用 0 - * iDrawType 领料方式 默认申请领用 + * idrawtype 领料方式 默认申请领用 * cValueType 计价方式 默认 全月平均法 全月平均法 * iImpTaxRate 进项税率 默认13 */ @@ -249,7 +248,7 @@ public class SeeyonExtServiceImpl implements ISeeyonExtService { } } oArchives.put("iSupplyType","0"); - oArchives.put("iDrawType","申请领用"); + oArchives.put("idrawtype","申请领用"); oArchives.put("cValueType","全月平均法"); oArchives.put("iImpTaxRate","13"); oArchives.put("iTaxRate","13");