Browse Source

历史排班

28169 9 months ago
parent
commit
b8f159bed7

+ 3 - 3
controllers/mobile_api_controllers/dialysis_api_controller.go View File

@@ -10689,6 +10689,6 @@ func (c *DialysisAPIController) MobileCoverSch() {
10689 10689
 	}
10690 10690
 }
10691 10691
 
10692
-func BatchExectime() {
10693
-
10694
-}
10692
+//func BatchExectime() {
10693
+//
10694
+//}

+ 1 - 1
controllers/mobile_api_controllers/mobile_api_router_register.go View File

@@ -212,6 +212,6 @@ func MobileAPIControllersRegisterRouters() {
212 212
 
213 213
 	beego.Router("/m/api/sch/coversch", &DialysisAPIController{}, "Get:MobileCoverSch")
214 214
 
215
-	beego.Router("/m/api/batchandleexectime", &DialysisAPIController{}, "Get:BatchExectime")
215
+	//beego.Router("/m/api/batchandleexectime", &DialysisAPIController{}, "Get:BatchExectime")
216 216
 
217 217
 }