|
|
|
@ -91,8 +91,8 @@ WHERE ifnull(msg.coli_sn, 0) = 0
|
|
|
|
* 新增会话给顾问
|
|
|
|
* 新增会话给顾问
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
INSERT INTO sale_system.whatsapp_session (
|
|
|
|
INSERT INTO sale_system.whatsapp_session (
|
|
|
|
whatsapp_phone_number,opi_sn,coli_sn,session_enable)
|
|
|
|
whatsapp_phone_number,whatsapp_name, opi_sn,coli_sn,session_enable)
|
|
|
|
VALUES ('6282145142470',162,0,1);
|
|
|
|
VALUES ('6282145142470','',162,0,1);
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* end 新增会话给顾问
|
|
|
|
* end 新增会话给顾问
|
|
|
|
* ---------------------------------------------------------
|
|
|
|
* ---------------------------------------------------------
|
|
|
|
|