拟强制注销业务记录市局查询不到问题

This commit is contained in:
廖成初 2026-03-11 19:20:34 +08:00
parent cbef8b1ae6
commit 808bbd51d7
1 changed files with 1 additions and 1 deletions

View File

@ -239,7 +239,7 @@ public class AicorgServiceImpl extends ServiceImpl<AicorgMapper, OrgUnits> imple
if(sjCheck){
orgnumber = StringUtils.substring(orgunits.getOrgNumber(),0,2)+"%";
} else {
orgnumber = "150000";
orgnumber = orgunits.getOrgNumber();
}
} else if(orgunits.getOrgLevel() == 3){ //地市
orgnumber = StringUtils.substring(orgunits.getOrgNumber(),0,4)+"%";