2 Commits 22533996f7 ... 132312f94b

Author SHA1 Message Date
  陈少旭 132312f94b Merge branch '20230223_xt_api_new_branch' of http://git.shengws.com/csx/XT_New into 20230223_xt_api_new_branch 3 days ago
  陈少旭 368900ad92 提交代码 3 days ago
1 changed files with 1 additions and 1 deletions
  1. 1 1
      controllers/his_api_controller.go

+ 1 - 1
controllers/his_api_controller.go View File

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