|
|
@@ -652,7 +652,7 @@ public class PublicReleaseServiceImpl extends BaseMybatisDao<PublicReleaseMapper
|
|
|
}
|
|
|
if (p.getStatus()!=null||p.getPublicType()!=null){
|
|
|
publicReleaseMapper.updateByPrimaryKeySelective(p);
|
|
|
- updateAdminUserCountPublicRelease(use.getAid(),date);
|
|
|
+ updateAdminUserCountPublicRelease(use.getAid(),use.getReleaseStart());
|
|
|
}
|
|
|
if (a.getOpenId()!=null) {
|
|
|
if (remarks.length()>19) {
|