ComplianceServer/oldcode/Core.Model/Sql/V1.0/2022-07-19.txt

3 lines
359 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

ALTER TABLE `zxdcrm`.`wx_szzyorder`
ADD COLUMN `ai_hgrecord_status` int(11) NULL COMMENT '智能外呼状态\r\n0、尚未进行智能外呼\r\n1、已提交AI外呼\r\n2、AI外呼失败未答完\r\n3、AI外呼未接通\r\n5、AI外呼成功' AFTER `estimateotime`,
ADD COLUMN `ai_hgrecord_statusname` varchar(255) NULL AFTER `ai_hgrecord_status`;