1.优化OA供应商来源系统默认ISC

S
This commit is contained in:
weiyunlong 2025-04-25 16:44:27 +08:00
parent d8e622e989
commit d5694868e0
1 changed files with 2 additions and 2 deletions

View File

@ -108,9 +108,9 @@ public class PushOASupplierOPPlugin extends AbstractOperationServicePlugIn {
customerBody.put("def1", "采购供应商");//"客商类别:默认租赁客户", customerBody.put("def1", "采购供应商");//"客商类别:默认租赁客户",
String property = System.getProperty("domain.contextUrl"); String property = System.getProperty("domain.contextUrl");
//测试环境 //测试环境
if (property != null && property.contains("test")) { // if (property != null && property.contains("test")) {
customerBody.put("RESSYS", "ISC");//todo"最后更新来源系统默认ISC", customerBody.put("RESSYS", "ISC");//todo"最后更新来源系统默认ISC",
} // }
JSONArray custBankaccMapBody = new JSONArray(); JSONArray custBankaccMapBody = new JSONArray();