feat: wecom curd
This commit is contained in:
@@ -85,3 +85,9 @@ func (s *SaleServer) InfoInternal(ctx context.Context, in *sale.InfoReq) (*sale.
|
||||
l := logic.NewInfoInternalLogic(ctx, s.svcCtx)
|
||||
return l.InfoInternal(in)
|
||||
}
|
||||
|
||||
// 按 id 批量查销售 id+name(内部)
|
||||
func (s *SaleServer) NamesByIds(ctx context.Context, in *sale.NamesByIdsReq) (*sale.NamesByIdsData, error) {
|
||||
l := logic.NewNamesByIdsLogic(ctx, s.svcCtx)
|
||||
return l.NamesByIds(in)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user