Procházet zdrojové kódy

11月8日库存管理

XMLWAN před 3 roky
rodič
revize
f868c5b8c9
2 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 1 1
      conf/app.conf
  2. 1 1
      service/doctor_schedule_service.go

+ 1 - 1
conf/app.conf Zobrazit soubor

@@ -1,5 +1,5 @@
1 1
 appname = 血透
2
-httpport = 9529
2
+httpport = 9531
3 3
 runmode = dev
4 4
 
5 5
 #

+ 1 - 1
service/doctor_schedule_service.go Zobrazit soubor

@@ -709,7 +709,7 @@ func GetPatientScheduleIsExist(patient_id int64, startime int64, schedule_type i
709 709
 	return &schedule, nil
710 710
 }
711 711
 
712
-func CreateDialysisPrescription(prescription models.DialysisPrescription) error {
712
+func CreateDialysisPrescription(prescription *models.DialysisPrescription) error {
713 713
 
714 714
 	err := XTReadDB().Create(&prescription).Error
715 715