Browse Source

随车资料确认完成状态

zhanglei
fanzongzhe 2 years ago
parent
commit
adcf79acca
  1. 2
      anrui-buscenter/anrui-buscenter-biz/src/main/java/com/yxt/anrui/buscenter/biz/busvehicleinformationhandover/BusVehicleInformationHandoverService.java

2
anrui-buscenter/anrui-buscenter-biz/src/main/java/com/yxt/anrui/buscenter/biz/busvehicleinformationhandover/BusVehicleInformationHandoverService.java

@ -242,6 +242,8 @@ public class BusVehicleInformationHandoverService extends MybatisBaseService<Bus
} else {
entity.setCompleteState(1);
}
} else {
entity.setCompleteState(1);
}
} else {
entity.setCompleteState(1);

Loading…
Cancel
Save