aa
This commit is contained in:
@@ -431,6 +431,9 @@ func RefreshStoreManageState(ctx *jxcontext.Context, storeIDs []int, vendorIDs [
|
||||
return retVal, err
|
||||
}
|
||||
storeDetail, _ := dao.GetStoreDetail(db, storeMap.StoreID, vendorID, storeMap.VendorOrgCode)
|
||||
if storeDetail == nil {
|
||||
return retVal, err
|
||||
}
|
||||
storeManage := buildStoreManageState(ctx, db, storeMap, storeDetail, messageFlag)
|
||||
if storeManage == nil {
|
||||
return retVal, err
|
||||
@@ -447,6 +450,9 @@ func RefreshStoreManageState(ctx *jxcontext.Context, storeIDs []int, vendorIDs [
|
||||
return retVal, err
|
||||
}
|
||||
storeDetail, _ := dao.GetStoreDetail(db, storeMap.StoreID, vendorID, storeMap.VendorOrgCode)
|
||||
if storeDetail == nil {
|
||||
return retVal, err
|
||||
}
|
||||
storeManage := buildStoreManageState(ctx, db, storeMap, storeDetail, messageFlag)
|
||||
if storeManage == nil {
|
||||
return retVal, err
|
||||
|
||||
@@ -129,7 +129,7 @@ func (c *PrinterHandler) getOrderContent(order *model.GoodsOrder, storeTel strin
|
||||
客户备注: <br>
|
||||
<b>%s</b><br>
|
||||
<br>
|
||||
|
||||
<sound>您有新订单啦!</sound>
|
||||
<br>
|
||||
商品明细: <br>
|
||||
品名 数量 单价 小计<br>
|
||||
|
||||
Reference in New Issue
Block a user