@@ -4709,7 +4709,7 @@ func (c *HisApiController) GetUploadInfo() {
var customs []*Custom
for _, item := range prescriptions {
- if item.Type == 1 { //药品
+ if item.Type == 1 { //药品a
for _, subItem := range item.HisDoctorAdviceInfo {
cus := &Custom{
AdviceId: subItem.ID,