查询待办信息
This commit is contained in:
parent
0f780e07f8
commit
754848514c
|
@ -45,7 +45,7 @@ public class ApplyInvoiceServiceImpl extends BaseService<ApplyInvoiceEntity,Stri
|
||||||
* @return
|
* @return
|
||||||
* @throws BaseSystemException
|
* @throws BaseSystemException
|
||||||
*/
|
*/
|
||||||
@DS("entity.dataSourceCode")
|
@DS("#entity.dataSourceCode")
|
||||||
@Override
|
@Override
|
||||||
public ApplyInvoiceEntity queryAffair(ApplyInvoiceEntity entity) throws BaseSystemException {
|
public ApplyInvoiceEntity queryAffair(ApplyInvoiceEntity entity) throws BaseSystemException {
|
||||||
List<ApplyInvoiceEntity> queryList = applyInvoiceDao.queryList(entity, "com.hzya.frame.plugin.ht.dao.impl.ApplyInvoiceDaoImpl.entity_list_affair");
|
List<ApplyInvoiceEntity> queryList = applyInvoiceDao.queryList(entity, "com.hzya.frame.plugin.ht.dao.impl.ApplyInvoiceDaoImpl.entity_list_affair");
|
||||||
|
|
Loading…
Reference in New Issue