Browse Source

计划默认值插入修改

aqm-ops-supervision-platform
gjh 3 weeks ago
parent
commit
f29728021e
  1. 6
      ruoyi-modules/ruoyi-demo/src/main/java/org/dromara/demo/service/impl/PlanInfoServiceImpl.java

6
ruoyi-modules/ruoyi-demo/src/main/java/org/dromara/demo/service/impl/PlanInfoServiceImpl.java

@ -100,9 +100,9 @@ public class PlanInfoServiceImpl implements IPlanInfoService {
// TODO 计划默认值插入
String stationName = bo.getStation();
bo.setStatus("正常");
bo.setIoCompany("杭州聚光");
bo.setMonitorCompany("宁波国研");
bo.setIoPerson("张静");
bo.setIoCompany("安徽蓝盾");
bo.setMonitorCompany("国研咨询");
bo.setIoPerson("李钊");
String area = stationInfoService.getAreaByStationName(stationName);
bo.setArea(area);
// 模拟生成计划编号

Loading…
Cancel
Save