2 コミット 22533996f7 ... 132312f94b

作者 SHA1 メッセージ 日付
  陈少旭 132312f94b Merge branch '20230223_xt_api_new_branch' of http://git.shengws.com/csx/XT_New into 20230223_xt_api_new_branch 3 日 前
  陈少旭 368900ad92 提交代码 3 日 前
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1 1
      controllers/his_api_controller.go

+ 1 - 1
controllers/his_api_controller.go ファイルの表示

@@ -11214,7 +11214,7 @@ func (c *HisApiController) GetUploadInfo() {
11214 11214
 								FeedetlSn:        subItem.FeedetlSn,
11215 11215
 								Price:            fmt.Sprintf("%.4f", float64(subItem.Price)),
11216 11216
 								MedListCodg:      subItem.MedListCodg,
11217
-								Type:             2,
11217
+								Type:             3,
11218 11218
 								CostType:         subItem.HisProject.CostClassify,
11219 11219
 							}
11220 11220
 							customs = append(customs, cus)