列表配置修改

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) {
try {
SysTableConfig config = sysTableConfigService.getByOrgIdAndKey(organizationId, key, warehouseId);
if (config == null) {
return Result.ok("未找到对应配置");
}
// if (config == null) {
// return Result.ok("未找到对应配置");
// }
return Result.ok(config);
} catch (Exception e) {
log.error(e.getMessage(), e);