列表配置修改
This commit is contained in:
+3
-3
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user