京东商城出库
This commit is contained in:
@@ -1530,6 +1530,12 @@ func TmpGetJxBadCommentsByStoreId(ctx *jxcontext.Context, keyword string, storeI
|
||||
return retVal, err
|
||||
}
|
||||
|
||||
type GetStoreCourierMapsResult struct {
|
||||
storeCourierMaps *model.StoreCourierMap
|
||||
CourierAddress string `json:"courierAddress"`
|
||||
CourierPhone string `json:"courierPhone"`
|
||||
}
|
||||
|
||||
func GetStoreCourierMaps(ctx *jxcontext.Context, db *dao.DaoDB, storeID int, vendorID int) (storeCourierMaps []*model.StoreCourierMap, err error) {
|
||||
cond := map[string]interface{}{
|
||||
model.FieldStoreID: storeID,
|
||||
|
||||
Reference in New Issue
Block a user