res,_:=dao.GetDb().Exec("update lie_invoice_com_apply set apply_admin = ?, apply_admin_id = ?, update_time = ? where user_id = ? and status = ? and apply_admin_id = ?",
sale_name,saleId,timeNow,userId,-1,0)
ifres==nil{
remark+=",并修改公司审核申请人"
}
dao.GetDb().Exec("update lie_user set is_free = ?, free_time = ? where user_id = ?",0,0,crmUserId)