zouxuan 5 years ago
parent
commit
3028080d9d

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

@@ -97,7 +97,7 @@
 				t.organ_id_ = #{organId}
 			</if>
 			<if test="salarySettlementMonth != null">
-				AND tsc.salary_settlement_month_ &lt;= #{salarySettlementMonth}
+				AND tsc.salary_settlement_month_ = #{salarySettlementMonth}
 			</if>
 			<if test="teacherId != null">
 				AND tsc.teacher_id_ = #{teacherId}