增加@ds注解
This commit is contained in:
parent
35af8998d9
commit
b1cafdc811
|
@ -69,6 +69,7 @@ public abstract class BaseService<E extends Serializable, PK extends Serializabl
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
@DS("#o.dataSourceCode")
|
||||||
public E queryOne(E o) {
|
public E queryOne(E o) {
|
||||||
List tempList = this.dao.query(o);
|
List tempList = this.dao.query(o);
|
||||||
if ((tempList != null) && (tempList.size() > 0)) {
|
if ((tempList != null) && (tempList.size() > 0)) {
|
||||||
|
|
Loading…
Reference in New Issue