Showing
1 changed file
with
2 additions
and
2 deletions
@@ -372,11 +372,11 @@ public class ExpressInfoServiceImpl implements IExpressInfoService { | @@ -372,11 +372,11 @@ public class ExpressInfoServiceImpl implements IExpressInfoService { | ||
372 | 372 | ||
373 | //1.物流单号信息 | 373 | //1.物流单号信息 |
374 | constructWayBillInfo(orderCode,expressTypeList,expressInfoRespBo); | 374 | constructWayBillInfo(orderCode,expressTypeList,expressInfoRespBo); |
375 | - if(TabType.BUY==actor&&expressInfoRespBo.getExpressType()!=null | 375 | + /* if(TabType.BUY==actor&&expressInfoRespBo.getExpressType()!=null |
376 | &&expressInfoRespBo.getExpressType().intValue()==EnumExpressType.EXPRESS_TYPE_1.getCode().intValue()){ | 376 | &&expressInfoRespBo.getExpressType().intValue()==EnumExpressType.EXPRESS_TYPE_1.getCode().intValue()){ |
377 | //买家不能看到卖家的物流单号 | 377 | //买家不能看到卖家的物流单号 |
378 | expressInfoRespBo.setWayBillCode(""); | 378 | expressInfoRespBo.setWayBillCode(""); |
379 | - } | 379 | + }*/ |
380 | 380 | ||
381 | 381 | ||
382 | // 构造物流信息 | 382 | // 构造物流信息 |
-
Please register or login to post a comment