取消审批通过后的参数更新1
This commit is contained in:
parent
9eeaf6d5e8
commit
a381366fd9
@ -60,12 +60,12 @@ public class DataEntryEngineModelController {
|
||||
System.out.println("进入方法");
|
||||
return Response.ok().data(tPageResultDTO);
|
||||
}
|
||||
//模板更新审核通过同步机型参数
|
||||
@GetMapping("/updateModelForNewVersion")
|
||||
public Response updateModelForNewVersion() {
|
||||
entryEngineModelService.updateModelForNewVersion();
|
||||
return Response.ok();
|
||||
}
|
||||
// //模板更新审核通过同步机型参数
|
||||
// @GetMapping("/updateModelForNewVersion")
|
||||
// public Response updateModelForNewVersion() {
|
||||
// entryEngineModelService.updateModelForNewVersion();
|
||||
// return Response.ok();
|
||||
// }
|
||||
|
||||
|
||||
//Excel导出
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user