丽知:新增查询公布公司方法。
This commit is contained in:
parent
69ebe25d37
commit
72db1447fe
|
@ -22,6 +22,17 @@ public class QueryU8CEntityUtil {
|
||||||
@Autowired
|
@Autowired
|
||||||
private IBdCorpDao iBdCorpDao;
|
private IBdCorpDao iBdCorpDao;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 查询全公司
|
||||||
|
*/
|
||||||
|
public List<BdCorpEntity> queryBdCorp() {
|
||||||
|
BdCorpEntity entity = new BdCorpEntity();
|
||||||
|
entity.setDr(0);
|
||||||
|
entity.setDataSourceCode(ProfilesActiveConstant.LETS_DATE_SOURCE);
|
||||||
|
List<BdCorpEntity> query = iBdCorpDao.query(entity);
|
||||||
|
return query;
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 根据公司编码UNITCode查询公司
|
* 根据公司编码UNITCode查询公司
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue