parent
d8e622e989
commit
d5694868e0
|
@ -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();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue