修改链路配置及映射表相关操作
This commit is contained in:
parent
5c8b6971c2
commit
e47550a82e
@ -318,7 +318,6 @@ public class SysNodeServiceImpl implements SysNodeService {
|
|||||||
rec.setUpdatedTime(new Date());
|
rec.setUpdatedTime(new Date());
|
||||||
rec.setUpdatedBy(sysUserVo.getAccount());
|
rec.setUpdatedBy(sysUserVo.getAccount());
|
||||||
rec.setParams(imp.getParams());
|
rec.setParams(imp.getParams());
|
||||||
rec.setRevision(rec.getRevision() + 1);
|
|
||||||
list.add(rec);
|
list.add(rec);
|
||||||
}
|
}
|
||||||
if (!CollectionUtils.isEmpty(list)) {
|
if (!CollectionUtils.isEmpty(list)) {
|
||||||
|
@ -27,7 +27,6 @@ public class WindTurbinesPageController {
|
|||||||
*/
|
*/
|
||||||
@GetMapping("/lines")
|
@GetMapping("/lines")
|
||||||
public R<List<String>> queryBelongLines() {
|
public R<List<String>> queryBelongLines() {
|
||||||
//TODO: 查询sql: select distinct belong_line as name from sys_equipment t where t.object_type = 10002 and belong_line !='';
|
|
||||||
List<String> lines = windTurbinesPageService.queryBelongLines();
|
List<String> lines = windTurbinesPageService.queryBelongLines();
|
||||||
return R.success(lines);
|
return R.success(lines);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user