Authored by caoyan

确认收货优化

... ... @@ -732,6 +732,7 @@ public class BuyerOrderServiceImpl implements IBuyerOrderService {
jsonObject.replace("receivedNum", receivedNum);
if(orderList.size() - receivedNum - canceledNum > 0 && canceledNum == 0){
jsonObject.replace("receiveBtn", jsonObject.getIntValue("isExceptionPackage") == 1 ? 0: 1);//0:按钮不展示 1:按钮展示
jsonObject.replace("exceptionBtn", jsonObject.getIntValue("isExceptionPackage") == 1 ? 0: 1);
}
}
... ...