소스 검색

更新

master
huangjiajun 5 달 전
부모
커밋
5f6860b924
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. +3
    -0
      app/admin/svc/order/svc_order_list.go

+ 3
- 0
app/admin/svc/order/svc_order_list.go 파일 보기

@@ -706,6 +706,9 @@ func OrderGoodsOutput(c *gin.Context) {
}
tmp["sku_str"] = skuStr
tmp["num"] = utils.IntToStr(v.Num)
if v.EnterpriseId == 0 {
v.EnterpriseId = ordMap[v.Oid].EnterpriseId
}
inSideName := ""
_, ok := enterpriseMap[v.EnterpriseId]
if ok {


불러오는 중...
취소
저장