소스 검색

1.移动daunt查询未测量人员接口修改。
2.未测量提醒根据上下班区分提醒内容。

tomatozq 5 년 전
부모
커밋
5d3b662420
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      web/src/main/java/com/jpsoft/smart/modules/mobile/controller/PersonDeviceFilterLogController.java

+ 1 - 1
web/src/main/java/com/jpsoft/smart/modules/mobile/controller/PersonDeviceFilterLogController.java

@@ -183,7 +183,7 @@ public class PersonDeviceFilterLogController {
             List<AlarmConfig> configList = null;
 
             for (int i=arr.length-1;i>=0;i--) {
-                configList = alarmConfigService.findByCompanyId(personInfo.getCompanyId());
+                configList = alarmConfigService.findByCompanyId(arr[i]);
 
                 if (configList!=null && configList.size()>0){
                     break;