This commit is contained in:
caixiang
2023-12-20 14:49:42 +08:00
parent 11b41b18f1
commit df116253ff
15 changed files with 1031 additions and 42 deletions

View File

@@ -31,6 +31,10 @@ public class DynamicDataSourceService {
return mapper.getTodayBoxNum();
}
public Integer getTodayErrBoxNum(){
return mapper.getTodayErrBoxNum();
}
@DataSource("camline")
@Transactional
public float getPMPPBySubId(String subId){