#AI
zhou zhou
4 天以前 e6369c9b64a82eeada6b6f0658d2ae786787e101
rsf-server/src/main/java/com/vincent/rsf/server/api/service/impl/InBoundServiceImpl.java
@@ -267,8 +267,9 @@
            if (!taskService.save(task)) {
                throw new CoolException("任务保存失败!!");
            }
            station.setUseStatus(LocStsType.LOC_STS_TYPE_R.type);
            if (!station.getType().equals(0)){
                station.setUseStatus(LocStsType.LOC_STS_TYPE_R.type);
            }
            if (!basStationService.updateById(station)) {
                throw new CoolException("站点状态更新失败!!");
            }