|
@@ -75,7 +75,7 @@ public class AppSitePlaceController extends JeecgController<AppSitePlace, IAppSi
|
|
|
*/
|
|
|
//@AutoLog(value = "商户场所表-分页列表查询")
|
|
|
@Operation(summary="商户场所无固定场-分页列表查询")
|
|
|
- @GetMapping(value = "/list")
|
|
|
+ @GetMapping(value = "/queryUnfixePageList")
|
|
|
public Result<IPage<AppSitePlaceCuDTO>> queryUnfixePageList(AppSitePlacePageDTO appSitePlace) {
|
|
|
return Result.OK(appSitePlaceService.queryWitchPriceRulesPage(appSitePlace));
|
|
|
}
|