|
@@ -110,6 +110,7 @@ public class HelpRecordServiceImpl extends ServiceImpl<HelpRecordMapper, HelpRec
|
110
|
110
|
if (null == helpInitiateRecord.getEnlistNum()){
|
111
|
111
|
helpInitiateRecord.setEnlistNum(0);
|
112
|
112
|
}
|
|
113
|
+ helpInitiateRecord.setEnlistNum(helpInitiateRecord.getEnlistNum()+1);
|
113
|
114
|
if (helpInitiateRecord.getEnlistNum().equals(helpActivity.getPersonNum())){
|
114
|
115
|
//发送微信模板消息所有人都发送
|
115
|
116
|
try{
|
|
@@ -122,7 +123,6 @@ public class HelpRecordServiceImpl extends ServiceImpl<HelpRecordMapper, HelpRec
|
122
|
123
|
helpInitiateRecord.setStatus(0);
|
123
|
124
|
}
|
124
|
125
|
|
125
|
|
- helpInitiateRecord.setEnlistNum(helpInitiateRecord.getEnlistNum()+1);
|
126
|
126
|
helpInitiateRecordMapper.updateById(helpInitiateRecord);
|
127
|
127
|
Map<String,Object> map = new HashMap<>();
|
128
|
128
|
map.put("helpRecord",helpRecord);
|