陈少旭 пре 1 недеља
родитељ
комит
368900ad92
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      controllers/his_api_controller.go

+ 1 - 1
controllers/his_api_controller.go Прегледај датотеку

@@ -11227,7 +11227,7 @@ func (c *HisApiController) GetUploadInfo() {
11227 11227
 								FeedetlSn:        subItem.FeedetlSn,
11228 11228
 								Price:            fmt.Sprintf("%.4f", float64(subItem.Price)),
11229 11229
 								MedListCodg:      subItem.MedListCodg,
11230
-								Type:             2,
11230
+								Type:             3,
11231 11231
 								CostType:         subItem.HisProject.CostClassify,
11232 11232
 							}
11233 11233
 							customs = append(customs, cus)