|
@@ -4,6 +4,8 @@ import com.steerinfo.ems.trmunit.controller.TRmUnitController;
|
|
|
import com.steerinfo.ems.trmunit.mapper.TRmUnitMapper;
|
|
|
import com.steerinfo.ems.trmunit.model.TRmUnit;
|
|
|
import com.steerinfo.ems.trmunit.service.ITRmUnitService;
|
|
|
+import com.steerinfo.framework.datasource.DataSourceKey;
|
|
|
+import com.steerinfo.framework.datasource.TargetDataSource;
|
|
|
import com.steerinfo.framework.mapper.IBaseMapper;
|
|
|
import com.steerinfo.framework.service.impl.BaseServiceImpl;
|
|
|
import org.slf4j.Logger;
|
|
@@ -41,6 +43,7 @@ public class TRmUnitServiceImpl extends BaseServiceImpl<TRmUnit, String> impleme
|
|
|
return tRmUnitMapper;
|
|
|
}
|
|
|
|
|
|
+
|
|
|
public List<TRmUnit> getIdAndName(Map<String, Object> parameters) {
|
|
|
return tRmUnitMapper.getIdAndName(parameters);
|
|
|
}
|
|
@@ -66,8 +69,4 @@ public class TRmUnitServiceImpl extends BaseServiceImpl<TRmUnit, String> impleme
|
|
|
}
|
|
|
return changeexp/exp;
|
|
|
}
|
|
|
-
|
|
|
- public static void main(String[] args) {
|
|
|
- //System.out.println(TRmUnitServiceImpl.getchangerate());
|
|
|
- }
|
|
|
}
|