Joburgess 4 年之前
父节点
当前提交
f6b4f4cdf0
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      mec-biz/src/main/resources/config/mybatis/TeacherCourseStatisticsMapper.xml

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

@@ -112,7 +112,7 @@
             </if>
             <if test="userId != null">
                 AND tcs.user_id_ = #{userId}
-            </if>minSalary
+            </if>
             <if test="minSalary != null">
                 AND tcs.expect_total_salary_ &gt;= #{minSalary}
             </if>