Showing
1 changed file
with
0 additions
and
2 deletions
@@ -135,8 +135,6 @@ public class ErpFastDeliveryServiceImpl implements IErpFastDeliveryService { | @@ -135,8 +135,6 @@ public class ErpFastDeliveryServiceImpl implements IErpFastDeliveryService { | ||
135 | */ | 135 | */ |
136 | public FastDeliveryGetShelfDetailResp getShelfInfo(FastDeliveryGetShelfReq req) { | 136 | public FastDeliveryGetShelfDetailResp getShelfInfo(FastDeliveryGetShelfReq req) { |
137 | 137 | ||
138 | - logger.info("enter FastDeliveryGetShelfDetailResp {}", req); | ||
139 | - | ||
140 | if (req.getUid() < 0) { | 138 | if (req.getUid() < 0) { |
141 | logger.warn("uid is empty"); | 139 | logger.warn("uid is empty"); |
142 | throw new UfoServiceException(400, "参数[uid]不合法"); | 140 | throw new UfoServiceException(400, "参数[uid]不合法"); |
-
Please register or login to post a comment