XMLWAN 2 年之前
父節點
當前提交
ad5f55039d
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      service/pharmacy_service.go

+ 1 - 0
service/pharmacy_service.go 查看文件

@@ -1851,6 +1851,7 @@ func CalculateTheTotalAmount(tmp []*models.PatientInformation, drug_id int64) (t
1851 1851
 	minmunber := t.MinNumber                               //拆零数量
1852 1852
 	terrUnit := ""
1853 1853
 	for _, v := range tmp {
1854
+		fmt.Println("v2332233232322323", v.Quantity)
1854 1855
 		switch v.Unit {
1855 1856
 		case t.MaxUnit:
1856 1857
 			maxunit = maxunit + v.Quantity