作者 tangxvhui

更新bug

@@ -194,7 +194,7 @@ func (postData postPurposeOrderDetail) Valid() error { @@ -194,7 +194,7 @@ func (postData postPurposeOrderDetail) Valid() error {
194 if len(postData.OrderDist) == 0 { 194 if len(postData.OrderDist) == 0 {
195 return lib.ThrowError(lib.ARG_ERROR, "订单区域必填") 195 return lib.ThrowError(lib.ARG_ERROR, "订单区域必填")
196 } 196 }
197 - if len(postData.Product) > 0 { 197 + if len(postData.Product) == 0 {
198 return lib.ThrowError(lib.ARG_ERROR, "货品列表必填") 198 return lib.ThrowError(lib.ARG_ERROR, "货品列表必填")
199 } 199 }
200 if len(postData.Product) > 50 { 200 if len(postData.Product) > 50 {