业务员、部门处理

2024年8月3日 21:59:06
This commit is contained in:
xiang2lin 2024-08-03 21:59:12 +08:00
parent 51e73b984a
commit 0a3c2882f5
1 changed files with 8 additions and 4 deletions

View File

@ -333,12 +333,16 @@ public class SeeyonExtServiceImpl implements ISeeyonExtService {
String field0018 = DateUtil.format(formmain0225.getDate("field0018"), "yyyy-MM-dd");
oArchives.put("dVenDevDate", field0018);
}
oArchives.put("cVenPPerson",formmain0225.getString("field0028"));
//专管业务员 09001是张燕
//oArchives.put("cVenPPerson",formmain0225.getString("field0016"));
oArchives.put("cVenPPerson","09001");
if (StrUtil.isEmpty(formmain0225.getString("field0028"))){
oArchives.put("cVenPPerson","09001");
}
oArchives.put("cVenDepart",formmain0225.getString("field0029"));
//分管部门 13是采购部
//oArchives.put("cVenDepart",formmain0225.getString("field0013"));
oArchives.put("cVenDepart","13");
if (StrUtil.isEmpty(formmain0225.getString("field0029"))){
oArchives.put("cVenDepart","13");
}
jsonObject.put("oArchives", oArchives);
param.setBodys(JSON.toJSONString(jsonObject));
hzyaExtData.put("billCode", formmain0225.getString("field0001"));