From a5e934529644bf20be509484fd97c4e611270823 Mon Sep 17 00:00:00 2001 From: xiang2lin <251481237@qq.com> Date: Mon, 8 Jul 2024 09:32:06 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=93=E8=90=A5=E4=B8=9A=E5=8A=A1=E5=91=98?= =?UTF-8?q?=E5=92=8C=E5=88=86=E7=AE=A1=E9=83=A8=E9=97=A8=E5=85=88=E5=9B=BA?= =?UTF-8?q?=E5=AE=9A=E5=86=99=20=E5=BC=A0=E7=87=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../seeyon/service/impl/SeeyonExtServiceImpl.java | 10 ++++++---- 1 file changed, 6 insertions(+), 4 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 6e58d60f..23411fce 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 @@ -293,10 +293,12 @@ public class SeeyonExtServiceImpl implements ISeeyonExtService { oArchives.put("cVenRegCode", formmain0225.getString("field0009")); oArchives.put("cVenBank", formmain0225.getString("field0011")); oArchives.put("cVenAccount", formmain0225.getString("field0012")); - //专管业务员 - oArchives.put("cVenPPerson",formmain0225.getString("field0016")); - //分管部门 - oArchives.put("cVenDepart",formmain0225.getString("field0013")); + //专管业务员 09001是张燕 + //oArchives.put("cVenPPerson",formmain0225.getString("field0016")); + oArchives.put("cVenPPerson","09001"); + //分管部门 13是采购部 + //oArchives.put("cVenDepart",formmain0225.getString("field0013")); + oArchives.put("cVenDepart","13"); jsonObject.put("oArchives", oArchives); param.setBodys(JSON.toJSONString(jsonObject)); hzyaExtData.put("billCode", formmain0225.getString("field0001"));