@@ -60,6 +60,7 @@ public class CmHeheCollageService extends CrudService<CmHeheCollageDao, CmHeheCo
return memberPage;
}
+ @Transactional(readOnly = false)
public void complete(CmHeheCollage cmHeheCollage) {
// 自动拼成拼团
String collageId = cmHeheCollage.getId();
@@ -113,7 +113,7 @@
</td>
<td>
<c:if test="${cmHeheCollage.status eq 1}">
- <a href="${ctx}/hehe/cmHeheCollage/complete?collageId=${cmHeheCollage.id}">一键拼团</a>
+ <a href="${ctx}/hehe/cmHeheCollage/complete?id=${cmHeheCollage.id}">一键拼团</a>
</c:if>
<a href="${ctx}/hehe/cmHeheCollage/memberList?collageId=${cmHeheCollage.id}">拼团成员</a>