Browse Source

页面关联Ctable
根据PageId 返回 CTable Id
更改

leiy 1 year ago
parent
commit
9f14ebbc1c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      OASystem/OASystem.Api/Controllers/BusinessController.cs

+ 1 - 1
OASystem/OASystem.Api/Controllers/BusinessController.cs

@@ -307,7 +307,7 @@ namespace OASystem.API.Controllers
                     }
                 }
 
-                if (correlationPageDatas == null)
+                if (correlationPageDatas.CTableId == 0)
                 {
                     return Ok(JsonView(false, "您查询的页面Id,未配置AppSettings,请前往配置!"));
                 }