|
|
@@ -71,7 +71,7 @@ public class PublicReleaseServiceImpl extends BaseMybatisDao<PublicReleaseMapper
|
|
|
Admin a=adminMapper.selectByPrimaryKey(my.getSuperiorId());
|
|
|
String openid=a.getOpenId();
|
|
|
if (openid!=null) {
|
|
|
- return weChatUtils.addNotice(openid, in.getStatus(),date,a.getName(),"["+my.getName()+"]发起外出审核");
|
|
|
+ return weChatUtils.addNotice(openid, in.getStatus(),date,my.getName(),"["+my.getName()+"]发起外出审核");
|
|
|
}else {
|
|
|
//成功但是对方收不到消息
|
|
|
return 2;
|