Commit 24ce8f26 by huluobin

update

parent 0726f02d
...@@ -52,7 +52,7 @@ public class TechScoreRulesServiceImpl extends ServiceImpl<TechScoreRulesMapper, ...@@ -52,7 +52,7 @@ public class TechScoreRulesServiceImpl extends ServiceImpl<TechScoreRulesMapper,
AchievementsPersonaResultPageApiRequest resultPageApiRequest = AchievementsPersonaResultPageApiRequest.builder() AchievementsPersonaResultPageApiRequest resultPageApiRequest = AchievementsPersonaResultPageApiRequest.builder()
.page(1) .page(1)
.year(calendar.get(Calendar.YEAR)) .year(calendar.get(Calendar.YEAR))
.month(calendar.get(Calendar.MONTH)+1) .month(calendar.get(Calendar.MONTH) + 1)
.status(1) .status(1)
.page(1) .page(1)
.rows(30) .rows(30)
......
...@@ -29,7 +29,7 @@ public class TechniqueSkuController { ...@@ -29,7 +29,7 @@ public class TechniqueSkuController {
ITechniqueSkuService techniqueSkuService; ITechniqueSkuService techniqueSkuService;
@ApiOperation("查询所有款式技法") @ApiOperation("查询所有款式技法")
@GetMapping("queryTp") @GetMapping("queryAll")
public JsonResult<List<TechniqueSku>> queryAll() { public JsonResult<List<TechniqueSku>> queryAll() {
List<TechniqueSku> techniqueSkuList = techniqueSkuService.queryAll(); List<TechniqueSku> techniqueSkuList = techniqueSkuService.queryAll();
return JsonResult.success(techniqueSkuList); return JsonResult.success(techniqueSkuList);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment