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