|
@@ -327,6 +327,9 @@
|
|
<if test="postDeptIds != null">
|
|
<if test="postDeptIds != null">
|
|
post_dept_ids_ = #{postDeptIds},
|
|
post_dept_ids_ = #{postDeptIds},
|
|
</if>
|
|
</if>
|
|
|
|
+ <if test="coursewareLimit != null">
|
|
|
|
+ courseware_limit_ = #{coursewareLimit},
|
|
|
|
+ </if>
|
|
</set>
|
|
</set>
|
|
WHERE id_ = #{id} and tenant_id_ = #{tenantId}
|
|
WHERE id_ = #{id} and tenant_id_ = #{tenantId}
|
|
</update>
|
|
</update>
|