|
|
@@ -213,7 +213,8 @@ public class PublicReleaseServiceImpl extends BaseMybatisDao<PublicReleaseMapper
|
|
|
map.put("type", in.getType()==null?0:in.getType());
|
|
|
if (in.getType()==0||in.getType()==1){
|
|
|
map.put("aid",TokenManager.getAdminId());
|
|
|
- }else {
|
|
|
+ }else if (in.getType()==3) {
|
|
|
+ in.setAssist(2);
|
|
|
if (!TokenManager.hasRole(AFTConstants.TECH_FINANCE_DIRECTOR))map.put("aid",TokenManager.getAdminId());
|
|
|
}
|
|
|
if (StringUtils.isNotEmpty(in.getClockTime())) map.put("clockTime", in.getClockTime());
|