1
This commit is contained in:
@@ -359,7 +359,6 @@ func IsSkuCanSale(saleStatus int) bool {
|
||||
func CompareJxAndVendor(vendorID int, storeIDStr, vendorStoreID, storeName string, filterJxSkuInfoMap map[int]*dao.StoreSkuNameExt, filterVendorSkuInfoMap map[int]*partner.SkuNameInfo, isJd int) {
|
||||
//utils.Writelog("进入 CompareJxAndVendor 方法")
|
||||
var vendorMap map[string]string
|
||||
baseapi.SugarLogger.Debugf("-----------------------------------------------------------------------------------------------------")
|
||||
if vendorID == 0 {
|
||||
//TO DO 进行查询 select count(*) from sku_vendor_category where vendor_id=0; 一共3047 数据一次connection查询出来 组成一个map {categoryID,name}
|
||||
vendorMap = getJDVendorCategoryMap()
|
||||
|
||||
Reference in New Issue
Block a user