|
|
@@ -1,5 +1,6 @@
|
|
|
package com.dk.mnls_mp.service.inventory;
|
|
|
|
|
|
+import com.alibaba.fastjson.JSON;
|
|
|
import com.alibaba.fastjson.JSONArray;
|
|
|
import com.dk.mnls_mp.infrastructure.base.ResponseCodeEnum;
|
|
|
import com.dk.mnls_mp.mapper.basic.CustomerMapper;
|
|
|
@@ -112,7 +113,7 @@ public class InventoryService extends BaseService<Inventory> {
|
|
|
//customerInfo.put("port","1000");
|
|
|
param.put("customerInfo", customerInfo);
|
|
|
|
|
|
- log.info("=*=*=*=*=*=*=*=*=" + "参数:" + param + "=*=*=*=*=*=*=*=*=");
|
|
|
+ log.info("=*=*=*=*=*=*=*=*=" + "参数:" + JSON.toJSONString(param) + "=*=*=*=*=*=*=*=*=");
|
|
|
|
|
|
|
|
|
log.info("=*=*=*=*=*=*=*=*=" + "IBOSS项目url:" + customerInfo.get("ip") + ":" + customerInfo.get("port") + "=*=*=*=*=*=*=*=*=");
|
|
|
@@ -241,7 +242,7 @@ public class InventoryService extends BaseService<Inventory> {
|
|
|
customerInfo.put("port","1019");*/
|
|
|
param.put("customerInfo", customerInfo);
|
|
|
|
|
|
- System.out.println("=*=*=*=*=*=*=*=*=" + "参数:" + param + "=*=*=*=*=*=*=*=*=");
|
|
|
+ System.out.println("=*=*=*=*=*=*=*=*=" + "参数:" + JSON.toJSONString(param) + "=*=*=*=*=*=*=*=*=");
|
|
|
|
|
|
|
|
|
System.out.println("=*=*=*=*=*=*=*=*=" + "IBOSS项目url:" + customerInfo.get("ip") + ":" + customerInfo.get("port") + "=*=*=*=*=*=*=*=*=");
|