|
@@ -76,8 +76,8 @@ public class CareEventOrderServiceImpl extends ServiceImpl<CareEventOrderMapper,
|
|
|
* @return
|
|
|
*/
|
|
|
@Override
|
|
|
- public EventStaVO statOrder(Long orgId, Long stationId, Long chambId, String deviceCode) {
|
|
|
- return this.baseMapper.statOrder(orgId,stationId, chambId, deviceCode);
|
|
|
+ public EventStaVO statOrder(Long orgId, Long stationId, Long userChambId,Long chambId, String deviceCode) {
|
|
|
+ return this.baseMapper.statOrder(orgId,stationId, userChambId,chambId, deviceCode);
|
|
|
}
|
|
|
|
|
|
/**
|