insert into sys_sap_log (id,messsge,create_time,reqcode,method,remark,status) values( #{id},#{messsge}, #{createTime}, #{reqcode},#{method},#{remark},#{status}) update mes_report_work upload_time = #{uploadTime}, upload_status = #{uploadStatus}, upload_msg = #{uploadMsg}, where 1=1 and id = #{id} and report_code = #{reportCode} update pro_order_workorder set status = #{status} where workorder_code = #{workorderCode}