update 添加站点白名单后,如果没有钱包账户,新增一条

This commit is contained in:
Lemon
2025-07-30 10:42:42 +08:00
parent 11ff85eeba
commit 61aaec6244
2 changed files with 24 additions and 6 deletions

View File

@@ -70,7 +70,7 @@ public class PileStationWhitelistController extends BaseController {
}
/**
* 新增站点白名单
* 新增站点白名单(带新增钱包账户)
*/
@PreAuthorize("@ss.hasPermi('pile:whitelist:add')")
@Log(title = "站点白名单", businessType = BusinessType.INSERT)