Commit d748754a authored by dengguangman's avatar dengguangman Committed by Administrator

-

Signed-off-by: Administrator's avatarAdministrator <admin@example.com>
parent f6a2044b
...@@ -520,6 +520,7 @@ public class EnterpriseService { ...@@ -520,6 +520,7 @@ public class EnterpriseService {
public TableDataInfo certPage(EnterpriseInfoCertPageBody body) throws Exception { public TableDataInfo certPage(EnterpriseInfoCertPageBody body) throws Exception {
body.setPageSize(1000);
if (body.isVaildCid()) { if (body.isVaildCid()) {
return new TableDataInfo(new ArrayList<>(), 0); return new TableDataInfo(new ArrayList<>(), 0);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment