修改库存统一方法;查询动态表单配置返回修改;
This commit is contained in:
+1
-1
@@ -75,7 +75,7 @@ public class SysTableConfigApi extends BaseController {
|
||||
try {
|
||||
SysTableConfig config = sysTableConfigService.getByOrgIdAndKey(organizationId, key, warehouseId);
|
||||
if (config == null) {
|
||||
return Result.error("未找到对应配置");
|
||||
return Result.ok("未找到对应配置");
|
||||
}
|
||||
return Result.ok(config);
|
||||
} catch (Exception e) {
|
||||
|
||||
Reference in New Issue
Block a user