浏览代码

提交代码

陈少旭 3 天前
父节点
当前提交
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)