anderx лет назад: 4
Родитель
Сommit
6c6b432c99

+ 1 - 1
src/main/java/com/goafanti/admin/service/impl/PublicReleaseServiceImpl.java

@@ -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;