|
|
|
@ -48,7 +48,7 @@ public class OrderController {
|
|
|
|
|
String jsonStr = JSONUtil.toJsonStr(zbReceiptDTO); |
|
|
|
|
log.info("接收志邦工厂数据:{} ", jsonStr); |
|
|
|
|
String method = request.getParameter("method"); |
|
|
|
|
if (ObjectUtil.equal(ZbomConstants.Method.ENTRY_ORDER_CREATE, method)) { |
|
|
|
|
if (!ObjectUtil.equal(ZbomConstants.Method.ENTRY_ORDER_CREATE, method)) { |
|
|
|
|
return ZbResp.fail("暂不支持该功能"); |
|
|
|
|
} |
|
|
|
|
String corpId = request.getHeader("corpId"); |
|
|
|
|