修改订货金bug时间戳

This commit is contained in:
shuo.wang
2024-05-08 11:31:53 +08:00
parent c0d966423e
commit 92c7ddc7af
6 changed files with 51 additions and 46 deletions

View File

@@ -41,7 +41,7 @@ public class MiniDecorationController {
private DecorationService decorationService;
@Resource
private AssessmentTemplateService assessmentTemplateService;
@ApiOperation("获取新店装修下阶段的数据")
@ApiOperation("获取新店装修下阶段的数据/flush")
@GetMapping("/getFitmentSub")
public ResponseResult<FitmentResponse> getFitmentSub(@RequestParam Long shopId) {
return ResponseResult.success(decorationService.getFitmentSub(shopId));
@@ -66,7 +66,6 @@ public class MiniDecorationController {
public ResponseResult<DecorationModelDTO> getDecorationModel(@RequestParam Long shopId){
return ResponseResult.success(decorationService.decorationModel(shopId)) ;
}
// TOdo 是否删除
@ApiOperation("获取装修款阶段信息")
@GetMapping("/getDecorationModeStage")
public ResponseResult<DecorationStageVO> getDecorationModeStage(@RequestParam Long shopId){