Explorar o código

系统收费优化

zouxuan %!s(int64=4) %!d(string=hai) anos
pai
achega
c2d30f5ad4

+ 10 - 0
mec-biz/src/main/java/com/ym/mec/biz/dal/page/ArrearageStudentsQueryInfo.java

@@ -21,6 +21,16 @@ public class ArrearageStudentsQueryInfo extends QueryInfo {
     @ApiModelProperty(value = "未缴费类型:0历史,1进行中")
     private Integer noPaymentType;
 
+    private Integer courseViewType;
+
+    public Integer getCourseViewType() {
+        return courseViewType;
+    }
+
+    public void setCourseViewType(Integer courseViewType) {
+        this.courseViewType = courseViewType;
+    }
+
     public String getOrganIds() {
         return organIds;
     }

+ 3 - 0
mec-biz/src/main/resources/config/mybatis/MusicGroupPaymentCalenderDetailMapper.xml

@@ -454,6 +454,9 @@
 			<if test="musicGroupId!=null and musicGroupId!=''">
 				AND mgpc.music_group_id_ = #{musicGroupId}
 			</if>
+			<if test="courseViewType != null">
+				AND mg.course_view_type_ = #{courseViewType}
+			</if>
 			<if test="cooperationOrganId!=null">
 				AND mg.cooperation_organ_id_ = #{cooperationOrganId}
 			</if>