|
@@ -243,6 +243,8 @@ public class PublicReleaseServiceImpl extends BaseMybatisDao<PublicReleaseMapper
|
|
|
p.setUfid(ufid);
|
|
p.setUfid(ufid);
|
|
|
customerService.addFollow(fbb,ufid);
|
|
customerService.addFollow(fbb,ufid);
|
|
|
}
|
|
}
|
|
|
|
|
+ PublicReleaseLog log=new PublicReleaseLog(id,TokenManager.getAdminId(),3,"公出人员打卡",new Date());
|
|
|
|
|
+ publicReleaseLogMapper.insertSelective(log);
|
|
|
publicReleaseMapper.updateByPrimaryKeySelective(p);
|
|
publicReleaseMapper.updateByPrimaryKeySelective(p);
|
|
|
return 1;
|
|
return 1;
|
|
|
}
|
|
}
|