Browse Source

1、学生点名;
2、课酬列表添加实际收款;
3、课外训练学员分部取学生分部

Joburgess 5 years ago
parent
commit
67eaa0d51b
1 changed files with 3 additions and 3 deletions
  1. 3 3
      mec-biz/src/main/resources/config/mybatis/StudentRepairMapper.xml

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

@@ -65,7 +65,7 @@
                 repair_status_ = #{repairStatus},
             </if>
             <if test="organId != null">
-                organ_id_ = ##{organId},
+                organ_id_ = #{organId},
             </if>
             <if test="studentId != null">
                 student_id_ = #{studentId},
@@ -104,7 +104,7 @@
                 finish_time_ = #{finishTime},
             </if>
             <if test="sendType != null">
-                send_type_ #{sendType},
+                send_type_ = #{sendType},
             </if>
             <if test="contactName != null">
                 contact_name_ = #{contactName},
@@ -233,4 +233,4 @@
         LEFT JOIN employee e ON sr.employee_id_ = e.user_id_
         WHERE sr.id_ = #{id}
     </select>
-</mapper>
+</mapper>