dwkim 2 years ago
parent
commit
a0d03ae59a

+ 9 - 9
src/main/java/com/oqpo/api/web/controller/stinfo/BrandController.java

@@ -125,15 +125,15 @@ public class BrandController {
125 125
             log.info("BRAND ID===================>" + oqScmBrandInfoReqModel.getBrandId());
126 126
 
127 127
             res = oqlinkClient.getScmBrandInfo(HmacUtil.makeHmacValue4OqLink(oqScmBrandInfoReqModel), oqScmBrandInfoReqModel);
128
-            log.info("BRAND ID===================>" + res.getCode() == null ? "" : res.getCode());
129
-            log.info("BRAND ID===================>" + res.getMessage() == null ? "" : res.getMessage());
130
-
131
-            log.info("BRAND ID===================>" + res.getBrandCd() == null ? "" : res.getBrandCd());
132
-            log.info("BRAND ID===================>" + res.getBrandId() == null ? "" : res.getBrandId());
133
-            log.info("BRAND ID===================>" + res.getBrandNm() == null ? "" : res.getBrandNm());
134
-            log.info("BRAND ID===================>" + res.getCateCd() == null ? "" : res.getCateCd());
135
-            log.info("BRAND ID===================>" + res.getDelYn() == null ? "" : res.getDelYn());
136
-           
128
+            log.info("getCode ===================>" + res.getCode() == null ? "" : res.getCode());
129
+            log.info("getMessage ===================>" + res.getMessage() == null ? "" : res.getMessage());
130
+
131
+            log.info("getBrandCd===================>" + res.getBrandCd() == null ? "" : res.getBrandCd());
132
+            log.info("getBrandId ===================>" + res.getBrandId() == null ? "" : res.getBrandId());
133
+            log.info("getBrandNm ===================>" + res.getBrandNm() == null ? "" : res.getBrandNm());
134
+            log.info("getCateCd===================>" + res.getCateCd() == null ? "" : res.getCateCd());
135
+            log.info("getDelYn===================>" + res.getDelYn() == null ? "" : res.getDelYn());
136
+
137 137
 
138 138
 
139 139
         } catch (Exception e) {