新增
This commit is contained in:
@@ -28,6 +28,7 @@ public interface CamlineMapper {
|
||||
CamlineExtendArgDTO getExtendArgFromCamline(@Param("subId") String subId);
|
||||
|
||||
Integer getTodayBoxNum();
|
||||
Integer getTodayErrBoxNum();
|
||||
|
||||
CamlineSubIdDTO getSubIdByCamline(@Param("subId") String subId);
|
||||
|
||||
|
||||
@@ -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