|
@@ -1018,7 +1018,7 @@ public class SocialServiceImpl implements SocialServiceI {
|
1018
|
1018
|
public ResponseBean findUsedDetailsReply(Integer transactionId, UserElement userElement, String order, Integer pageNum, Integer pageSize, Integer type) {
|
1019
|
1019
|
ResponseBean responseBean = new ResponseBean();
|
1020
|
1020
|
//拿到当前帖子的创建人
|
1021
|
|
- TpTransaction tpTransaction= tpTransactionMapper.getById(transactionId);
|
|
1021
|
+ TpTransaction tpTransaction= tpTransactionMapper.selectByPrimaryKey(transactionId,userElement.getCommunityId());
|
1022
|
1022
|
|
1023
|
1023
|
PageHelper.startPage(pageNum, pageSize, "create_date " + order);
|
1024
|
1024
|
//房间号
|