zouxuan 5 anni fa
parent
commit
688f31a526

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

@@ -183,7 +183,7 @@
                 AND sr.subject_id_ = #{subjectId}
             </if>
             <if test="type != null">
-                AND sr.type = #{type}
+                AND sr.type_ = #{type}
             </if>
             <if test="repairStatus != null">
                 AND sr.repair_status_ = #{repairStatus}