|
|
@@ -38,7 +38,8 @@ public class AlertConfigurationServiceImpl implements IAlertConfigurationService
|
|
|
|
|
|
@Override
|
|
|
public AlertConfiguration selectAlertConfigurationByAlertStatus(List<String> userTypeList,String salesLevel,String orgCode) {
|
|
|
- List<AlertConfiguration> alertConfigurationList = alertConfigurationMapper.selectAlertConfigurationByAlertStatus(userTypeList);
|
|
|
+ //查询有效弹窗
|
|
|
+ List<AlertConfiguration> alertConfigurationList = alertConfigurationMapper.selectAlertConfigurationByAlertStatus();
|
|
|
if(alertConfigurationList !=null && alertConfigurationList.size()> 0 ){
|
|
|
//判断弹框的组织 如果弹框有组织 对比该组织与员工的组织是否一致
|
|
|
Iterator<AlertConfiguration> it = alertConfigurationList.iterator();
|