|
@@ -706,7 +706,6 @@ func (c *DialysisAPIController) PostAtreatmentInfo() {
|
706
|
706
|
keyOne := strconv.FormatInt(adminUserInfo.Org.Id, 10) + ":" + strconv.FormatInt(recordDate.Unix(), 10) + ":treatment_summarys_list_all"
|
707
|
707
|
redis.Set(keyOne, "", time.Second)
|
708
|
708
|
keyThree := "scheduals_" + recordDateStr + "_" + strconv.FormatInt(adminUserInfo.Org.Id, 10)
|
709
|
|
- fmt.Println("keyThree2332323232323", keyThree)
|
710
|
709
|
redis.Set(keyThree, "", time.Second)
|
711
|
710
|
defer redis.Close()
|
712
|
711
|
c.ServeSuccessJSON(map[string]interface{}{
|