|
@@ -434,7 +434,7 @@ public class PublicReleaseServiceImpl extends BaseMybatisDao<PublicReleaseMapper
|
|
|
np.setAid(s);
|
|
np.setAid(s);
|
|
|
np.setStatus(2);
|
|
np.setStatus(2);
|
|
|
np.setType(3);
|
|
np.setType(3);
|
|
|
- np.setMainId(use.getMainId());
|
|
|
|
|
|
|
+ np.setMainId(use.getId());
|
|
|
np.setId(null);
|
|
np.setId(null);
|
|
|
publicReleaseMapper.insertSelective(np);
|
|
publicReleaseMapper.insertSelective(np);
|
|
|
StringBuffer str = new StringBuffer("[").append(a.getName()).append("]邀请你技术协单").append("[").append(u.getUsername()).append("]。");
|
|
StringBuffer str = new StringBuffer("[").append(a.getName()).append("]邀请你技术协单").append("[").append(u.getUsername()).append("]。");
|