|
@@ -59,7 +59,7 @@ func (c *Customer) GetCustomer() (es *entity.CustomerS) {
|
|
More: false,
|
|
More: false,
|
|
List: nil,
|
|
List: nil,
|
|
}
|
|
}
|
|
- customerCacheKey := fmt.Sprintf(consts.CustomerCacheKey, c.UserId, c.Id)
|
|
|
|
|
|
+ customerCacheKey := fmt.Sprintf(consts.CustomerCacheKey, c.UserId, c.Id, common.If(c.IsMobile, "mobile", "pc").(string))
|
|
var customerFunc = func() {
|
|
var customerFunc = func() {
|
|
//其他客户信息
|
|
//其他客户信息
|
|
otherCustomers := c.OtherCustomers()
|
|
otherCustomers := c.OtherCustomers()
|