|
@@ -317,7 +317,7 @@
|
|
|
csts.subsidy_ = #{subsidy},
|
|
|
csts.expect_salary_ = #{salary},
|
|
|
csts.update_time_ = now()
|
|
|
- WHERE csts.user_id_ = #{userId} and csts.class_group_id_ = #{classGroupId} and csts.settlement_time_ is null and CONCAT(cs.class_date_,' ',cs.start_class_time_) > #{startDateTime}
|
|
|
+ WHERE csts.user_id_ = #{userId} and csts.class_group_id_ = #{classGroupId} and csts.settlement_time_ is null and CONCAT(cs.class_date_,' ',cs.start_class_time_) >= #{startDateTime}
|
|
|
</update>
|
|
|
<update id="batchUpdateTeacherExpectSalary">
|
|
|
UPDATE course_schedule_teacher_salary
|