yangdamao vor 3 Jahren
Ursprung
Commit
1748833011

+ 3 - 3
zhongzheng-system/src/main/java/com/zhongzheng/modules/exam/service/impl/ExamApplyServiceImpl.java

@@ -350,9 +350,9 @@ public class ExamApplyServiceImpl extends ServiceImpl<ExamApplyMapper, ExamApply
         com.baomidou.mybatisplus.extension.plugins.pagination.Page<GoodsVo> page =
                 iActivityRecommendGoodsService.getGoodsListByPage(new com.baomidou.mybatisplus.extension.plugins.pagination.Page<>(bo.getPageNum(), bo.getPageSize()),activityRecommend.getRecommendId());
 
-        if (CollectionUtils.isEmpty(page.getRecords())){
-            return tableDataInfo;
-        }
+//        if (CollectionUtils.isEmpty(page.getRecords())){
+//            return tableDataInfo;
+//        }
 
         tableDataInfo.setTotal(page.getTotal());
         tableDataInfo.setRows(page.getRecords());

+ 2 - 0
zhongzheng-system/src/main/java/com/zhongzheng/modules/user/vo/UserBankRecordVo.java

@@ -92,6 +92,8 @@ public class UserBankRecordVo {
 	/** 题卷类型 1章卷 2节卷 3模块卷 */
 	@ApiModelProperty("题卷类型 1章卷 2节卷 3模块卷")
 	private Integer type;
+	@ApiModelProperty("订单商品ID")
+	private Long orderGoodsId;
 	/** 访问IP */
 	@Excel(name = "访问IP")
 	@ApiModelProperty("访问IP")