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