|
@@ -55,7 +55,6 @@ func init() {
|
55
|
55
|
controllers.HisManagerApiRegistRouters()
|
56
|
56
|
controllers.HisConfigApiRegistRouters()
|
57
|
57
|
controllers.HisChargeApiRegistRouters()
|
58
|
|
-
|
59
|
58
|
controllers.HisHospitalManagerApiRegistRouters()
|
60
|
59
|
|
61
|
60
|
m_api.MobileAPIControllersRegisterRouters()
|
|
@@ -63,7 +62,7 @@ func init() {
|
63
|
62
|
new_m_api.StatisticsAPIControllersRegisterRouters()
|
64
|
63
|
|
65
|
64
|
//admin_api.AdminAPIControllersRegisterRouters()
|
66
|
|
- new_m_api.CommonApiControllersRegisterRouters()
|
|
65
|
+ controllers.CommonApiControllersRegisterRouters()
|
67
|
66
|
new_m_api.NewCommonApiControllersRegisterRouters()
|
68
|
67
|
new_m_api.NewManageApiControllersRegisterRouters()
|
69
|
68
|
controllers.ManageRouters()
|