Commit 81acb355 by 王祖波

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

parent 9505404f
...@@ -25,7 +25,7 @@ public enum TriggerCustomerChannelType { ...@@ -25,7 +25,7 @@ public enum TriggerCustomerChannelType {
* @return * @return
*/ */
public static List<Integer> showDescChannel(){ public static List<Integer> showDescChannel(){
return Arrays.asList(PYQ.code, CUSTOMER_GROUP.code, DIALOG_BOX.code); return Arrays.asList(PYQ.code, CUSTOMER_GROUP.code, DIALOG_BOX.code,RECOMMEND.code);
} }
public static TriggerCustomerChannelType getInstance(Integer code) { public static TriggerCustomerChannelType getInstance(Integer code) {
......
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