Commit 76df2f5e authored by jiaorz's avatar jiaorz

Merge branch 'master-rentvehicle' into dev

parents 2f67610a 52161f5c
......@@ -73,8 +73,7 @@ public class BackgroundBaseOrderBiz extends BaseBiz<BaseOrderMapper, BaseOrder>
if (dto.getStatus() == 7) {
dto.setRefundStatus(2);
dto.setStatus(null);
}
if (dto.getStatus() == 8) {
}else if (dto.getStatus() == 8) {
dto.setRefundStatus(3);
dto.setStatus(null);
}
......
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