master:管理员推广菜单调优;
parent
1fedb75e06
commit
c11659335d
|
|
@ -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;
|
||||
|
||||
|
|
@ -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>
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue