|
|
@@ -452,7 +452,7 @@ public class PublicReleaseServiceImpl extends BaseMybatisDao<PublicReleaseMapper
|
|
|
}else {
|
|
|
prd.setDuration(duration);
|
|
|
}
|
|
|
- index++;
|
|
|
+ index++;
|
|
|
if (!use.getAid().equals(u.getAid())){
|
|
|
addPublicExamine(use.getId(), u.getAid());
|
|
|
if (publicType==1)publicType=1;
|
|
|
@@ -475,8 +475,8 @@ public class PublicReleaseServiceImpl extends BaseMybatisDao<PublicReleaseMapper
|
|
|
}else {
|
|
|
newprd.setDuration(duration);
|
|
|
}
|
|
|
- publicReleaseDetailsMapper.updateByPrimaryKeySelective(newprd);
|
|
|
index++;
|
|
|
+ publicReleaseDetailsMapper.updateByPrimaryKeySelective(newprd);
|
|
|
}
|
|
|
}
|
|
|
StringBuffer str=new StringBuffer();
|