Commit 04dc942a by 王祖波

销售线索增加渠道6 潜客推荐

parent d432dceb
...@@ -115,6 +115,8 @@ public class MessageConvertHelper { ...@@ -115,6 +115,8 @@ public class MessageConvertHelper {
return 2; return 2;
case "对话框": case "对话框":
return 3; return 3;
case "潜客推荐":
return 6;
default: default:
return 0; return 0;
} }
......
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 to comment