|
|
@@ -1426,7 +1426,8 @@ public class HeiHuOrderServiceImpl implements HeiHuOrderService {
|
|
|
body.put("status", status);
|
|
|
|
|
|
String doPost = UtilHttp.doPost("https://liteweb.blacklake.cn/api/dytin/external/purchaseOrder/queryList2", header, null, body);//查询采购订单
|
|
|
-
|
|
|
+ log.info("header:",header.toString());
|
|
|
+ System.out.println("header:" + header.toString());
|
|
|
ObjectMapper mapper = new ObjectMapper();
|
|
|
Map<String, Object> response = mapper.readValue(doPost, Map.class);
|
|
|
|