...
|
...
|
@@ -521,7 +521,8 @@ public class ExpressInfoServiceImpl implements IExpressInfoService { |
|
|
||OrderStatus.MINI_FAULT_WAITING.getCode()==status){
|
|
|
expressInfoRespBo.setStage(2);
|
|
|
}else if(OrderStatus.MINI_FAULT_ACCEPT.getCode()==status
|
|
|
||OrderStatus.JUDGE_PASS.getCode()==status){
|
|
|
||OrderStatus.JUDGE_PASS.getCode()==status
|
|
|
||OrderStatus.JUDGE_PASS_WAIT_WAREHOUSE.getCode()==status){
|
|
|
if(TabType.BUY==actor){
|
|
|
//买家
|
|
|
expressInfoRespBo.setStage(2);
|
...
|
...
|
|