1.修改员工更新主播邀约状态逻辑
This commit is contained in:
@@ -32,5 +32,4 @@ public interface EmployeeHostsMapper extends BaseMapperX<EmployeeHostsDO> {
|
|||||||
|
|
||||||
void batchUpdate(ArrayList<EmployeeHostsDO> employeeHostsDOS);
|
void batchUpdate(ArrayList<EmployeeHostsDO> employeeHostsDOS);
|
||||||
|
|
||||||
void updateByXml(@Param("employeeHostsDO") EmployeeHostsDO employeeHostsDO);
|
|
||||||
}
|
}
|
||||||
@@ -315,12 +315,4 @@
|
|||||||
</foreach>
|
</foreach>
|
||||||
</update>
|
</update>
|
||||||
|
|
||||||
<update id="updateByXml">
|
|
||||||
UPDATE server_employee_hosts as seh
|
|
||||||
SET
|
|
||||||
operation_status = #{employeeHostsDO.operationStatus,jdbcType=INTEGER}
|
|
||||||
WHERE
|
|
||||||
seh.user_id = #{employeeHostsDO.userId,jdbcType=BIGINT}
|
|
||||||
and seh.hosts_id=#{employeeHostsDO.hostsId,jdbcType=VARCHAR}
|
|
||||||
</update>
|
|
||||||
</mapper>
|
</mapper>
|
||||||
Reference in New Issue
Block a user