|
@@ -308,6 +308,7 @@ public class TaBuildingDynamicController extends BaseController {
|
308
|
308
|
enlist.setIsCheckin(CommConstant.STATUS_NORMAL);
|
309
|
309
|
if(taActivityDynamicEnlistMapper.updateById(enlist)>0){
|
310
|
310
|
if (tempIsCheckin.intValue() == CommConstant.STATUS_UNACCALIMED.intValue()){
|
|
311
|
+ enlist.setEnlistId(Integer.valueOf(enlistId));
|
311
|
312
|
applicationContext.publishEvent(new EventBus(enlist,ActivityCheckin,getOrgId(request)));
|
312
|
313
|
Integer rulePoints = taPointsRecordsService.getRulePoints(CommConstant.POINTS_CHANGE_ACTIVITY_CHECKIN, getOrgId(request));
|
313
|
314
|
enlist.setAddPoints(rulePoints);
|