|
@@ -35,6 +35,7 @@ public class TSysTableServiceImpl implements TSysTableService {
|
|
|
private MeunInfoDao meunInfoDao;
|
|
|
|
|
|
@Override
|
|
|
+ @TargetDataSource("secondary")
|
|
|
public List<TSystable> getByKind(SysTableKind kind) {
|
|
|
return tSystableMapper.getSysDataByKind(kind.getCode());
|
|
|
// return tSystableDao.getSysDataByKind(kind);
|