aa
This commit is contained in:
@@ -448,6 +448,9 @@ func RefreshStoreManageState(ctx *jxcontext.Context) {
|
|||||||
}
|
}
|
||||||
storeDetail, _ := dao.GetStoreDetail(db, storeMap.StoreID, vendorID, storeMap.VendorOrgCode)
|
storeDetail, _ := dao.GetStoreDetail(db, storeMap.StoreID, vendorID, storeMap.VendorOrgCode)
|
||||||
storeManage := buildStoreManageState(ctx, db, storeMap, storeDetail, messageFlag)
|
storeManage := buildStoreManageState(ctx, db, storeMap, storeDetail, messageFlag)
|
||||||
|
if storeManage == nil {
|
||||||
|
return retVal, err
|
||||||
|
}
|
||||||
dao.CreateEntity(db, storeManage)
|
dao.CreateEntity(db, storeManage)
|
||||||
return retVal, err
|
return retVal, err
|
||||||
}, createList)
|
}, createList)
|
||||||
|
|||||||
Reference in New Issue
Block a user