|
|
@ -9,6 +9,7 @@ import com.jianwei.common.core.domain.entity.SysUser; |
|
|
|
import com.kms.build.domain.BsSgcjsjdBuiProInfo; |
|
|
|
import com.kms.common.utils.UserUtils; |
|
|
|
import com.kms.earlyStage.domain.SpecialProjectInfo; |
|
|
|
import com.kms.earlyStage.domain.SpecialProjectPreDesign; |
|
|
|
import com.kms.enterprise.domain.dto.AreaDto; |
|
|
|
import com.kms.enterprise.domain.dto.CreditDto; |
|
|
|
import com.kms.enterprise.domain.dto.DisclosureDto; |
|
|
@ -157,7 +158,14 @@ public class BsSgcYxjdEnterpriseInfoService extends BaseService<BsSgcYxjdEnterpr |
|
|
|
|
|
|
|
public IPage<BsSgcYxjdEnterpriseInfo> listEnterprise(SearchParam<BsSgcYxjdEnterpriseInfo> sp) { |
|
|
|
|
|
|
|
BsSgcYxjdEnterpriseInfo data = sp.getData(); |
|
|
|
|
|
|
|
|
|
|
|
IPage<BsSgcYxjdEnterpriseInfo> page=bsSgcYxjdEnterpriseInfoMapper.listProject(sysXzqhService.getSubString(data.getAdcd()), data.getEnterpriseName(), |
|
|
|
new Page<>(sp.getPageNum(), sp.getPageSize())); |
|
|
|
|
|
|
|
|
|
|
|
return page; |
|
|
|
|
|
|
|
return null; |
|
|
|
} |
|
|
|
} |
|
|
|