|
@@ -433,10 +433,13 @@ public class StoreBaseInfoService extends CommonService {
|
433
|
433
|
OqScmStoreChangeReqModel req = toOqScmStoreChangeReqModel(infoEntity);
|
434
|
434
|
|
435
|
435
|
log.info("IF TRANS DATA ===============================");
|
|
436
|
+
|
436
|
437
|
log.info(req.toString());
|
|
438
|
+ log.info("IF TRANS hmAP DATA ===============================");
|
|
439
|
+ log.info(HmacUtil.makeHmacValue4OqLink(req));
|
437
|
440
|
OqScmStoreChangeResModel res = oqlinkClient.changeScmStore(HmacUtil.makeHmacValue4OqLink(req), req);
|
438
|
441
|
log.info("IF RETURN DATA ===============================");
|
439
|
|
- log.info(res.toString());
|
|
442
|
+
|
440
|
443
|
|
441
|
444
|
if (SystemMessageCode.BO_IF_OK.getId() != Integer.parseInt(res.getCode())) {
|
442
|
445
|
throw new GlobalException(SystemMessageCode.valueOf(Integer.valueOf(res.getCode())));
|