|
@@ -158,7 +158,7 @@ func (f *FriendPushNoticeTypeHandler) Handle(ctx context.Context, msg *wechat_ws
|
|
label.OrganizationID(currentOrgID),
|
|
label.OrganizationID(currentOrgID),
|
|
).Only(ctx)
|
|
).Only(ctx)
|
|
if err != nil || ent.IsNotFound(err) {
|
|
if err != nil || ent.IsNotFound(err) {
|
|
- logx.Error("label_relation.create.fail: ", wxInfo.OrganizationID)
|
|
|
|
|
|
+ logx.Error("label not found.fail: ", wxInfo.OrganizationID)
|
|
continue
|
|
continue
|
|
}
|
|
}
|
|
//生成批量的关系数据 待插入
|
|
//生成批量的关系数据 待插入
|