Explorar el Código

提交:BUG处理

yangdamao hace 3 años
padre
commit
ff38893330

+ 1 - 1
zhongzheng-system/src/main/java/com/zhongzheng/modules/user/service/impl/UserMockSubscribeServiceImpl.java

@@ -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());