Commit 9c9be615 by xiaoer.li@freemud.com

fix

parent ac75a839
......@@ -540,7 +540,7 @@ public class OrderVerifyHandle {
return false;
}
}
private boolean verifyThirdFlow(QueryOrdersResponse.DataBean.OrderBean orderBean,boolean horseman) {
private boolean verifyThirdFlow(QueryOrdersResponse.DataBean.OrderBean orderBean,Boolean horseman) {
// 运单异常 运单取消 正常的运单是不允许手工操作流转的
List<Integer> allow = Arrays.asList(DeliveryStatus.DELIVERYERROR.getCode(), DeliveryStatus.DELIVERYCANCEL.getCode());
if (!allow.contains(orderBean.getDeliverStatus()) && !horseman) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment