Commit abbf9de5 by 朱继来

调整

parent a9ba5692
Showing with 1 additions and 1 deletions
......@@ -121,7 +121,7 @@ func handle(userId,saleId int)(result bool) {
var sale_name string
dao.GetCmsDb().QueryRowx("select name from user_info where userId = ?", saleId).Scan(&sale_name)
remark := "分配客服,客服ID:"+ strconv.Itoa(saleId) + "客服名称:" + sale_name
remark := "分配客服,客服ID:"+ strconv.Itoa(saleId) + "客服名称:" + sale_name
// 公司审核申请人为空时,修改申请人
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 = ?",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment