|
@@ -63,7 +63,7 @@
|
|
|
|
|
|
<update id="updateComplaintStatusTuDoneWithMonth">
|
|
|
UPDATE teacher_salary_complaints tsc SET tsc.status_ = 'DONE'
|
|
|
- WHERE tsc.salary_settlement_month_ = #{salarySettlementMonth}
|
|
|
+ WHERE tsc.salary_settlement_month_ = #{month}
|
|
|
AND tsc.status_ = 'PENDING'
|
|
|
</update>
|
|
|
|