@@ -445,7 +445,7 @@ public class IpadSendServer {
sendVoice(vo, content);
break;
case "8":
- // 语音
+ // 视频号
sendWxVideo(vo, content);
default:
@@ -399,9 +399,6 @@ public class FsStoreOrderScrmServiceImpl implements IFsStoreOrderScrmService {
@Autowired
private IFsStoreCartScrmService fsStoreCartScrmService;
- @Autowired
- private CompanyUserUserMapper companyUserUserMapper;
-
@PostConstruct
public void initErpServiceMap() {
erpServiceMap = new HashMap<>();
@@ -258,4 +258,5 @@ public interface IQwExternalContactService extends IService<QwExternalContact> {
* */
QwExternalContact selectQwUserListVOByQwUserIdAndCorpIdAndExternalUserId(ExternalContactParam externalContactParam);
+ List<QwExternalContact> selectQwUserAndLevel(List<Long> qwUserIdList, List<String> list, boolean b);
}