专营业务员和分管部门先固定写 张燕

This commit is contained in:
xiang2lin 2024-07-08 09:32:06 +08:00
parent 998e7aaf52
commit a5e9345296
1 changed files with 6 additions and 4 deletions

View File

@ -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"));