update order_install_operating_log
set fkid = #{request.fkid}
where id = #{request.id} and (fkid is null or fkid = '')
update order_install_operating_log
set pgguid = #{request.pgguid}
where order_base_id = #{request.orderNo} and (pgguid is null or pgguid = '' or pgguid = '0')