master:管理员推广菜单调优;

pull/1121/head
liujiang 2025-08-14 20:57:28 +08:00
parent 1fedb75e06
commit c11659335d
2 changed files with 3 additions and 2 deletions

View File

@ -30,7 +30,7 @@ import javax.validation.Valid;
@RestController
@RequiredArgsConstructor
@RequestMapping("/rest/v1/ad-rounds/admin")
public class AdminAdvertRoundController extends XktBaseController {
public class AdvertRoundAdminController extends XktBaseController {
final IAdminAdvertRoundService adminAdvertRoundService;

View File

@ -109,7 +109,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="roundId != null "> and ar.round_id = #{roundId}</if>
<if test="sysIntercept != null "> and ar.sys_intercept = #{sysIntercept}</if>
ORDER BY
ar.advert_id
ar.advert_id,
ar.portion
</select>