zouxuan 5 年之前
父節點
當前提交
b1fac4683d
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      mec-biz/src/main/resources/config/mybatis/StudentManageDao.xml

+ 1 - 1
mec-biz/src/main/resources/config/mybatis/StudentManageDao.xml

@@ -253,7 +253,7 @@
             <if test="studentId!=null">
                 AND cssp.user_id_ = #{studentId}
             </if>
-            <if test="courseStatus != null">
+            <if test="courseStatus != null and courseStatus != ''">
                 AND cs.status_ = #{courseStatus}
             </if>
             <if test="classGroupType!=null">