Commit 0f99fb18 authored by dengguangman's avatar dengguangman Committed by Administrator

-

Signed-off-by: Administrator's avatarAdministrator <admin@example.com>
parent 158089d4
......@@ -529,6 +529,7 @@ public class EnterpriseService {
public TableDataInfo certChangePage(EnterpriseCertBody body) throws Exception {
body.setPageSize(1000);
if (body.isVaildCid()) {
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