|
@@ -3504,7 +3504,7 @@ func (c *HisApiController) CreateHisPrescription() {
|
3504
|
3504
|
//tempPrescription.OrderStatus = order_status
|
3505
|
3505
|
tempPrescription.PreTime = pTime
|
3506
|
3506
|
tempPrescription.MedType = med_type
|
3507
|
|
- tempPrescription.Diagnose = ""
|
|
3507
|
+ tempPrescription.Diagnose = diagnoses
|
3508
|
3508
|
|
3509
|
3509
|
service.SaveHisPrescriptionOne(tx, tempPrescription)
|
3510
|
3510
|
redis := service.RedisClient()
|
|
@@ -5158,7 +5158,7 @@ func (c *HisApiController) CreateHisPrescription() {
|
5158
|
5158
|
//tempPrescription.OrderStatus = order_status
|
5159
|
5159
|
tempPrescription.PreTime = pTime
|
5160
|
5160
|
tempPrescription.MedType = med_type
|
5161
|
|
- tempPrescription.Diagnose = ""
|
|
5161
|
+ tempPrescription.Diagnose = diagnoses
|
5162
|
5162
|
|
5163
|
5163
|
service.SaveHisPrescription(tempPrescription)
|
5164
|
5164
|
redis := service.RedisClient()
|