|
@@ -194,7 +194,7 @@ public class UserMockSubscribeServiceImpl extends ServiceImpl<UserMockSubscribeM
|
|
|
if (Validator.isNotEmpty(bo.getHandStatus()) && bo.getHandStatus() != 0) {
|
|
|
update.setFirstHandTime(DateUtils.getNowTime());
|
|
|
}
|
|
|
- MockApply mockApply = iMockApplyService.getById(update.getApplyId());
|
|
|
+ MockApply mockApply = iMockApplyService.getById(userMockSubscribeVo.getApplyId());
|
|
|
if (ObjectUtils.isNotNull(mockApply.getMockActivity()) && mockApply.getMockActivity() == 1){
|
|
|
//活动模考
|
|
|
update.setUpdateTime(DateUtils.getNowTime());
|