新增
This commit is contained in:
@@ -31,6 +31,10 @@ public class DynamicDataSourceService {
|
||||
return mapper.getTodayBoxNum();
|
||||
}
|
||||
|
||||
public Integer getTodayErrBoxNum(){
|
||||
return mapper.getTodayErrBoxNum();
|
||||
}
|
||||
|
||||
@DataSource("camline")
|
||||
@Transactional
|
||||
public float getPMPPBySubId(String subId){
|
||||
|
||||
Reference in New Issue
Block a user