|
|
|
|
1753
|
his_patient_id, _ := c.GetInt64("his_patient_id")
|
1753
|
his_patient_id, _ := c.GetInt64("his_patient_id")
|
1754
|
record_time := c.GetString("record_time")
|
1754
|
record_time := c.GetString("record_time")
|
1755
|
settle_accounts_type, _ := c.GetInt64("settle_accounts_type")
|
1755
|
settle_accounts_type, _ := c.GetInt64("settle_accounts_type")
|
1756
|
- order_id, _ := c.GetInt64("order_id")
|
|
|
|
|
1756
|
+ //order_id, _ := c.GetInt64("order_id")
|
1757
|
admin_user_id, _ := c.GetInt64("admin_user_id")
|
1757
|
admin_user_id, _ := c.GetInt64("admin_user_id")
|
1758
|
|
1758
|
|
1759
|
timeLayout := "2006-01-02"
|
1759
|
timeLayout := "2006-01-02"
|