|
@@ -4,6 +4,7 @@ import cn.hutool.core.bean.BeanUtil;
|
|
|
import cn.hutool.core.lang.Validator;
|
|
|
import cn.hutool.core.util.StrUtil;
|
|
|
import cn.hutool.json.JSONUtil;
|
|
|
+import com.zhongzheng.common.core.domain.AjaxResult;
|
|
|
import com.zhongzheng.common.exception.CustomException;
|
|
|
import com.zhongzheng.common.utils.DateUtils;
|
|
|
import com.zhongzheng.common.utils.ServletUtils;
|
|
@@ -519,4 +520,9 @@ public class MockApplyServiceImpl extends ServiceImpl<MockApplyMapper, MockApply
|
|
|
public List<MockApplyVo> listSubjects() {
|
|
|
return baseMapper.listSubjects();
|
|
|
}
|
|
|
+
|
|
|
+ @Override
|
|
|
+ public String mockLiving(Long userId) {
|
|
|
+ return baseMapper.mockLiving(userId);
|
|
|
+ }
|
|
|
}
|