到处药品订单增加药品名称
This commit is contained in:
parent
a5114ab0aa
commit
2769e1d28e
@ -1584,7 +1584,7 @@ func (r *ExportService) OrderProduct(d []*model.OrderProduct) (string, error) {
|
||||
var products []string
|
||||
for _, v := range orderProductItems {
|
||||
amount := fmt.Sprintf("%d", v.Amount)
|
||||
product := v.ProductName + "(" + amount + ")"
|
||||
product := v.ProductName + "(数量:" + amount + ")"
|
||||
products = append(products, product)
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user