|
func GetWxUserOutboundMobile(mobileStr string) (item []*WxUserOutboundMobile, err error) {
|
|
func GetWxUserOutboundMobile(mobileStr string) (item []*WxUserOutboundMobile, err error) {
|
|
sql := `SELECT u.real_name,u.mobile,u.outbound_mobile,u.company_id,p.company_name ,GROUP_CONCAT( DISTINCT p.seller_name SEPARATOR '/' ) AS seller_name
|
|
sql := `SELECT u.real_name,u.mobile,u.outbound_mobile,u.company_id,p.company_name ,GROUP_CONCAT( DISTINCT p.seller_name SEPARATOR '/' ) AS seller_name
|