Merge branch 'hxd/feat/ecSync' into cc_20230520_partner
This commit is contained in:
@@ -132,7 +132,7 @@ public class EcSyncServiceImpl implements EcSyncService {
|
|||||||
String followUserName = customerInfoItem.getFollowUserName();
|
String followUserName = customerInfoItem.getFollowUserName();
|
||||||
String followUserMobile = customerInfoItem.getFollowUserMobile();
|
String followUserMobile = customerInfoItem.getFollowUserMobile();
|
||||||
//传递过来有跟进人的情况下查询跟进人是否存在
|
//传递过来有跟进人的情况下查询跟进人是否存在
|
||||||
if (StringUtil.isNotEmpty(followUserMobile)&&StringUtil.isNotEmpty(followUserMobile)) {
|
if (StringUtil.isNotEmpty(followUserMobile)&&StringUtil.isNotEmpty(followUserName)) {
|
||||||
String userId = enterpriseUserDAO.selectByMobile("+86"+followUserMobile);
|
String userId = enterpriseUserDAO.selectByMobile("+86"+followUserMobile);
|
||||||
if (StringUtil.isEmpty(userId)) {
|
if (StringUtil.isEmpty(userId)) {
|
||||||
// 给飞书群发送消息 跟进人找不到
|
// 给飞书群发送消息 跟进人找不到
|
||||||
|
|||||||
Reference in New Issue
Block a user