update fc_face_contrast ffc INNER JOIN ( SELECT ID FROM fc_face_contrast where upload_time>'2022-06-29 18:00:00' and AUDIT_STATUS='0' and is_active = '1' )ffcx ON ffc.id = ffcx.id set AUDITOR = '-1',AUDIT_STATUS='1',AUDIT_REMARK='系统超时自动审核',AUDIT_TIME = now(),WORK_HOURS = '1' update bm_worker_provide_salary_info set balanceDate = #{payDate},payMonth = #{payMonth} where idCard = #{idCard} and submitBatchNo = #{submitBatchNo} insert into bm_redlist_worker(name,id_number,address,phone,post,remark,pro_id,add_time) values(#{name},#{idNumber},#{address},#{phone},#{postId},'',#{proId},#{addTime}) insert into msg_inform(msg_type, msg_content, phone) values (#{item.msgType},#{item.msgContent},#{item.phone})