|
@@ -1,5 +1,6 @@
|
|
package org.jeecg.modules.report.service.impl;
|
|
package org.jeecg.modules.report.service.impl;
|
|
|
|
|
|
|
|
+import com.baomidou.dynamic.datasource.annotation.DS;
|
|
import org.jeecg.modules.report.entity.SoSoDetails;
|
|
import org.jeecg.modules.report.entity.SoSoDetails;
|
|
import org.jeecg.modules.report.mapper.SoSoDetailsMapper;
|
|
import org.jeecg.modules.report.mapper.SoSoDetailsMapper;
|
|
import org.jeecg.modules.report.service.ISoSoDetailsService;
|
|
import org.jeecg.modules.report.service.ISoSoDetailsService;
|
|
@@ -20,6 +21,7 @@ import java.util.Map;
|
|
public class SoSoDetailsServiceImpl extends ServiceImpl<SoSoDetailsMapper, SoSoDetails> implements ISoSoDetailsService {
|
|
public class SoSoDetailsServiceImpl extends ServiceImpl<SoSoDetailsMapper, SoSoDetails> implements ISoSoDetailsService {
|
|
|
|
|
|
@Override
|
|
@Override
|
|
|
|
+ @DS("multi-one")
|
|
public List<Map<String, Object>> getSO_SOMainReport(Map<String, Object> map) {
|
|
public List<Map<String, Object>> getSO_SOMainReport(Map<String, Object> map) {
|
|
return this.baseMapper.getSO_SOMainReport(map);
|
|
return this.baseMapper.getSO_SOMainReport(map);
|
|
}
|
|
}
|