抽奖代码

main
13233904609 2 months ago
parent f25d1db25d
commit 55d6baa680

@ -40,7 +40,7 @@ public class TradeConfigController {
@GetMapping("/get") @GetMapping("/get")
@Operation(summary = "获得交易中心配置") @Operation(summary = "获得交易中心配置")
@PreAuthorize("@ss.hasPermission('trade:config:query')") // @PreAuthorize("@ss.hasPermission('trade:config:query')")
public CommonResult<TradeConfigRespVO> getConfig() { public CommonResult<TradeConfigRespVO> getConfig() {
TradeConfigDO config = tradeConfigService.getTradeConfig(); TradeConfigDO config = tradeConfigService.getTradeConfig();
TradeConfigRespVO configVO = TradeConfigConvert.INSTANCE.convert(config); TradeConfigRespVO configVO = TradeConfigConvert.INSTANCE.convert(config);

@ -250,7 +250,7 @@ public class BrokerageUserServiceImpl implements BrokerageUserService {
if (CollUtil.isEmpty(userMap)) { if (CollUtil.isEmpty(userMap)) {
return PageResult.empty(); return PageResult.empty();
} }
Integer status = BrokerageRecordStatusEnum.SETTLEMENT.getStatus(); BrokerageRecordStatusEnum.SETTLEMENT.getStatus();
// 2. 分页查询 // 2. 分页查询
IPage<AppBrokerageUserChildSummaryRespVO> pageResult = brokerageUserMapper.selectSummaryPageByUserId( IPage<AppBrokerageUserChildSummaryRespVO> pageResult = brokerageUserMapper.selectSummaryPageByUserId(
MyBatisUtils.buildPage(pageReqVO), BrokerageRecordBizTypeEnum.ORDER.getType(), MyBatisUtils.buildPage(pageReqVO), BrokerageRecordBizTypeEnum.ORDER.getType(),

@ -99,7 +99,7 @@ public class PayAppController {
@GetMapping("/list") @GetMapping("/list")
@Operation(summary = "获得应用列表") @Operation(summary = "获得应用列表")
@PreAuthorize("@ss.hasPermission('pay:merchant:query')") // @PreAuthorize("@ss.hasPermission('pay:merchant:query')")
public CommonResult<List<PayAppRespVO>> getAppList() { public CommonResult<List<PayAppRespVO>> getAppList() {
List<PayAppDO> appListDO = appService.getAppList(); List<PayAppDO> appListDO = appService.getAppList();
return success(PayAppConvert.INSTANCE.convertList(appListDO)); return success(PayAppConvert.INSTANCE.convertList(appListDO));

@ -14,12 +14,12 @@ VITE_APP_TENANT_ENABLE=true
VITE_APP_CAPTCHA_ENABLE=true VITE_APP_CAPTCHA_ENABLE=true
# 文档地址的开关 # 文档地址的开关
VITE_APP_DOCALERT_ENABLE=true VITE_APP_DOCALERT_ENABLE=false
# 百度统计 # 百度统计
VITE_APP_BAIDU_CODE = a1ff8825baa73c3a78eb96aa40325abc VITE_APP_BAIDU_CODE = a1ff8825baa73c3a78eb96aa40325abc
# 默认账户密码 # 默认账户密码
VITE_APP_DEFAULT_LOGIN_TENANT = 郑大钒水 VITE_APP_DEFAULT_LOGIN_TENANT = 郑大钒水
VITE_APP_DEFAULT_LOGIN_USERNAME = zhengdafanshui VITE_APP_DEFAULT_LOGIN_USERNAME = zdfs
VITE_APP_DEFAULT_LOGIN_PASSWORD = 123456 VITE_APP_DEFAULT_LOGIN_PASSWORD = 123456

@ -49,13 +49,13 @@
<!-- 账号登录 --> <!-- 账号登录 -->
<LoginForm class="m-auto h-auto p-20px lt-xl:(rounded-3xl light:bg-white)" /> <LoginForm class="m-auto h-auto p-20px lt-xl:(rounded-3xl light:bg-white)" />
<!-- 手机登录 --> <!-- 手机登录 -->
<MobileForm class="m-auto h-auto p-20px lt-xl:(rounded-3xl light:bg-white)" /> <!-- <MobileForm class="m-auto h-auto p-20px lt-xl:(rounded-3xl light:bg-white)" /> -->
<!-- 二维码登录 --> <!-- 二维码登录 -->
<QrCodeForm class="m-auto h-auto p-20px lt-xl:(rounded-3xl light:bg-white)" /> <!-- <QrCodeForm class="m-auto h-auto p-20px lt-xl:(rounded-3xl light:bg-white)" /> -->
<!-- 注册 --> <!-- 注册 -->
<RegisterForm class="m-auto h-auto p-20px lt-xl:(rounded-3xl light:bg-white)" /> <!-- <RegisterForm class="m-auto h-auto p-20px lt-xl:(rounded-3xl light:bg-white)" /> -->
<!-- 三方登录 --> <!-- 三方登录 -->
<SSOLoginVue class="m-auto h-auto p-20px lt-xl:(rounded-3xl light:bg-white)" /> <!-- <SSOLoginVue class="m-auto h-auto p-20px lt-xl:(rounded-3xl light:bg-white)" /> -->
</div> </div>
</Transition> </Transition>
</div> </div>

@ -197,7 +197,7 @@ const loginData = reactive({
tenantEnable: import.meta.env.VITE_APP_TENANT_ENABLE !== 'false', tenantEnable: import.meta.env.VITE_APP_TENANT_ENABLE !== 'false',
loginForm: { loginForm: {
tenantName: '郑大钒水', tenantName: '郑大钒水',
username: 'zhengdafanshui', username: 'zdfs',
password: '123456', password: '123456',
captchaVerification: '', captchaVerification: '',
rememberMe: false rememberMe: false

Loading…
Cancel
Save