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