瀏覽代碼

fix 发票,身份证识别

he2802 3 年之前
父節點
當前提交
56e5e127f8

+ 1 - 4
zhongzheng-system/src/main/java/com/zhongzheng/modules/grade/vo/ClassGradeStudentVo.java

@@ -163,8 +163,5 @@ public class ClassGradeStudentVo {
 	@Excel(name = "复购老订单商品ID")
 	@ApiModelProperty("复购老订单商品ID")
 	private Long rebuyOrderGoodsId;
-	/** 是否学时推送 0未推送 1推送 */
-	@Excel(name = "是否学时推送 0未推送 1推送")
-	@ApiModelProperty("是否学时推送 0未推送 1推送")
-	private Integer periodPlush;
+
 }

+ 0 - 2
zhongzheng-system/src/main/resources/mapper/modules/grade/ClassGradeMapper.xml

@@ -152,7 +152,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
         <result property="interfacePushId" column="interface_push_id"/>
         <result property="periodPlush" column="period_plush"/>
         <result property="rebuyOrderGoodsId" column="rebuy_order_goods_id"/>
-        <result property="periodPlush" column="period_plush"/>
     </resultMap>
 
 
@@ -316,7 +315,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
         cg.interface_push_id,
         cgu.official_status,
         cgu.learn_status,
-        cgu.period_plush,
         (SELECT COUNT(m.id) FROM course_menu_exam m LEFT JOIN goods_course c on m.course_id=c.course_id LEFT JOIN class_grade_goods cgg on cgg.goods_id = c.goods_id where cg.grade_id=cgg.grade_id and m.type = 1 ) as exam_num,
         (SELECT COUNT(DISTINCT ubr.module_id,ubr.chapter_id,ubr.exam_id) FROM user_bank_record ubr LEFT JOIN class_grade_goods cgg on cgg.goods_id = ubr.goods_id where ubr.`status`=1 and ubr.user_id = u.user_id and ubr.grade_id = cgu.grade_id and ubr.report_status=1 and ubr.current_status = 1) as record_num,
         (og.study_count) as study_count,