This commit is contained in:
parent
740c31fe5c
commit
77dc2936b1
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue