Commit 1bf69487 authored by danfuman's avatar danfuman

Merge branch 'V20231129-中建一局二公司' of http://192.168.60.201/root/dsk-operate-sys...

Merge branch 'V20231129-中建一局二公司' of http://192.168.60.201/root/dsk-operate-sys into V20231129-中建一局二公司
parents 5a758e1c d748754a
......@@ -520,6 +520,7 @@ public class EnterpriseService {
public TableDataInfo certPage(EnterpriseInfoCertPageBody body) throws Exception {
body.setPageSize(1000);
if (body.isVaildCid()) {
return new TableDataInfo(new ArrayList<>(), 0);
}
......@@ -529,6 +530,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