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