列表配置修改

This commit is contained in:
赵辉
2026-04-29 11:13:02 +08:00
parent 269fef04b2
commit 18a3e79c8a
@@ -74,9 +74,9 @@ public class SysTableConfigApi extends BaseController {
@RequestParam(name="key") String key) { @RequestParam(name="key") String key) {
try { try {
SysTableConfig config = sysTableConfigService.getByOrgIdAndKey(organizationId, key, warehouseId); SysTableConfig config = sysTableConfigService.getByOrgIdAndKey(organizationId, key, warehouseId);
if (config == null) { // if (config == null) {
return Result.ok("未找到对应配置"); // return Result.ok("未找到对应配置");
} // }
return Result.ok(config); return Result.ok(config);
} catch (Exception e) { } catch (Exception e) {
log.error(e.getMessage(), e); log.error(e.getMessage(), e);