|
|
@@ -61,7 +61,7 @@ public class QywxProcessTask {
|
|
|
QywxAgent agent = agentService.findByCode("Uas");
|
|
|
//获取待提醒流程列表
|
|
|
List<Map<String,Object>> remindList = uasJProcessService.getRemindList(em.getEm_code());
|
|
|
- if(remindList.size() > 0 && "周袁#李剑辉#吴雨骁#李嘉#饶猛".contains(em.getEm_name())){
|
|
|
+ if(remindList.size() > 0){
|
|
|
StringBuffer content = new StringBuffer();
|
|
|
content.append("**您有<font color=blue>"+remindList.get(0).get("COUNTS")+"</font>个审批单还未处理**\n" );
|
|
|
for (Map<String,Object> remind: remindList) {
|