|
@@ -334,8 +334,8 @@ public class TestController extends BaseController {
|
|
|
* @return
|
|
|
*/
|
|
|
@ApiOperation(value = "修复1.6.0版本somedata.json", notes = "修复1.4.0版本somedata.json")
|
|
|
- @GetMapping("/fixSomeData2")
|
|
|
- public Result fixSomeData2(String workId,String active) {
|
|
|
+ @GetMapping("/fixSomeData16")
|
|
|
+ public Result fixSomeData16(String workId,String active) {
|
|
|
if (workId.equalsIgnoreCase("all")){
|
|
|
List<WorkEntity> all = workService.findAll();
|
|
|
for (WorkEntity workEntity : all) {
|