取消审批通过后的参数更新1

This commit is contained in:
ys.git 2025-12-15 17:08:25 +08:00
parent 9eeaf6d5e8
commit a381366fd9

View File

@ -60,12 +60,12 @@ public class DataEntryEngineModelController {
System.out.println("进入方法"); System.out.println("进入方法");
return Response.ok().data(tPageResultDTO); return Response.ok().data(tPageResultDTO);
} }
//模板更新审核通过同步机型参数 // //模板更新审核通过同步机型参数
@GetMapping("/updateModelForNewVersion") // @GetMapping("/updateModelForNewVersion")
public Response updateModelForNewVersion() { // public Response updateModelForNewVersion() {
entryEngineModelService.updateModelForNewVersion(); // entryEngineModelService.updateModelForNewVersion();
return Response.ok(); // return Response.ok();
} // }
//Excel导出 //Excel导出