This commit is contained in:
yuqh 2024-11-05 15:13:10 +08:00
parent 740c31fe5c
commit 77dc2936b1
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ import java.util.List;
public class OtherOutDaoImpl extends MybatisGenericDao<OtherOutEntity,String> implements IOtherOutDao {
@DS("#entity.dataSourceCode")
@Override
public List<OtherOutEntity> getU8SaleOut(OtherOutEntity entity) {
public List<OtherOutEntity> getU8SaleOut(OtherOutEntity entity) {
return (List<OtherOutEntity>) super.selectList("com.hzya.frame.u8.otherout.dao.impl.OtherOutDaoImpl.entity_list_base",entity);
}
@DS("#entity.dataSourceCode")