查询待办信息

This commit is contained in:
xiangerlin 2025-07-16 17:28:17 +08:00
parent 0f780e07f8
commit 754848514c
1 changed files with 1 additions and 1 deletions

View File

@ -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");