|
@@ -15,7 +15,7 @@ import (
|
15
|
15
|
var createDefalutDataCronJob *cron.Cron
|
16
|
16
|
|
17
|
17
|
func BeginAutoCreateDefalutData() {
|
18
|
|
- //createDefalutDataCronJob.Start()
|
|
18
|
+ createDefalutDataCronJob.Start()
|
19
|
19
|
}
|
20
|
20
|
|
21
|
21
|
func init() {
|
|
@@ -196,9 +196,9 @@ func AutoCreateDefalutSchedules() {
|
196
|
196
|
Ctime: time.Now().Unix(),
|
197
|
197
|
Modeid: sgjpatietnmodelfour.ID,
|
198
|
198
|
Jumpset:1,
|
199
|
|
- Marginaddress:"http://jk.test.sgjyun.com/#/hospitalIntroduction?id="+modeid+"&orgid="+orgid ,
|
|
199
|
+ //Marginaddress:"http://jk.test.sgjyun.com/#/hospitalIntroduction?id="+modeid+"&orgid="+orgid ,
|
200
|
200
|
Linkid:patientMagiclink.ID,
|
201
|
|
- //Marginaddress:"http://microweb.kuyicloud.com/#/hospitalIntroduction?id="+modeid+"&orgid="+orgid ,
|
|
201
|
+ Marginaddress:"http://microweb.kuyicloud.com/#/hospitalIntroduction?id="+modeid+"&orgid="+orgid ,
|
202
|
202
|
}
|
203
|
203
|
err = AddEditMargin(&editmargin)
|
204
|
204
|
patientEditmargin := models.SgjPatientEditmargin{
|
|
@@ -209,8 +209,8 @@ func AutoCreateDefalutSchedules() {
|
209
|
209
|
Ctime: time.Now().Unix(),
|
210
|
210
|
Modeid: sgjpatietnmodelfour.ID,
|
211
|
211
|
Jumpset:1,
|
212
|
|
- Marginaddress:"http://jk.test.sgjyun.com/#/medicalTeam?id="+OfficeID+"&orgid="+orgid,
|
213
|
|
- //Marginaddress:"http://microweb.kuyicloud.com/#/medicalTeam?id="+OfficeID+"&orgid="+orgid,
|
|
212
|
+ //Marginaddress:"http://jk.test.sgjyun.com/#/medicalTeam?id="+OfficeID+"&orgid="+orgid,
|
|
213
|
+ Marginaddress:"http://microweb.kuyicloud.com/#/medicalTeam?id="+OfficeID+"&orgid="+orgid,
|
214
|
214
|
Linkid:patientMagiclinktwo.ID,
|
215
|
215
|
}
|
216
|
216
|
err = AddEditMargin(&patientEditmargin)
|
|
@@ -222,8 +222,8 @@ func AutoCreateDefalutSchedules() {
|
222
|
222
|
Ctime: time.Now().Unix(),
|
223
|
223
|
Modeid: sgjpatietnmodelfour.ID,
|
224
|
224
|
Jumpset:1,
|
225
|
|
- Marginaddress:"http://jk.test.sgjyun.com/#/news?id="+ActisID+"&orgid="+orgid,
|
226
|
|
- //Marginaddress:"http://microweb.kuyicloud.com/#/news?id="+ActisID+"&orgid="+orgid,
|
|
225
|
+ //Marginaddress:"http://jk.test.sgjyun.com/#/news?id="+ActisID+"&orgid="+orgid,
|
|
226
|
+ Marginaddress:"http://microweb.kuyicloud.com/#/news?id="+ActisID+"&orgid="+orgid,
|
227
|
227
|
Linkid:patientMagiclinkthree.ID,
|
228
|
228
|
}
|
229
|
229
|
AddEditMargin(&sgjPatientEditmargin)
|
|
@@ -235,8 +235,8 @@ func AutoCreateDefalutSchedules() {
|
235
|
235
|
Ctime: time.Now().Unix(),
|
236
|
236
|
Modeid: sgjpatietnmodelfour.ID,
|
237
|
237
|
Jumpset:1,
|
238
|
|
- Marginaddress:"http://jk.test.sgjyun.com/#/activity?id="+ActivsID+"&orgid="+orgid,
|
239
|
|
- //Marginaddress:"http://microweb.kuyicloud.com/#/activity?id="+ActivsID+"&orgid="+orgid,
|
|
238
|
+ //Marginaddress:"http://jk.test.sgjyun.com/#/activity?id="+ActivsID+"&orgid="+orgid,
|
|
239
|
+ Marginaddress:"http://microweb.kuyicloud.com/#/activity?id="+ActivsID+"&orgid="+orgid,
|
240
|
240
|
Linkid:patientMagiclinkfour.ID,
|
241
|
241
|
}
|
242
|
242
|
AddEditMargin(&patienteditmarginfour)
|
|
@@ -248,8 +248,8 @@ func AutoCreateDefalutSchedules() {
|
248
|
248
|
Ctime: time.Now().Unix(),
|
249
|
249
|
Modeid: sgjpatietnmodelfour.ID,
|
250
|
250
|
Jumpset:1,
|
251
|
|
- Marginaddress:"http://jk.test.sgjyun.com/#/departmentEnvironment?id="+EniviIDs+"&orgid="+orgid,
|
252
|
|
- //Marginaddress:"http://microweb.kuyicloud.com/#/departmentEnvironment?id="+EniviIDs+"&orgid="+orgid,
|
|
251
|
+ //Marginaddress:"http://jk.test.sgjyun.com/#/departmentEnvironment?id="+EniviIDs+"&orgid="+orgid,
|
|
252
|
+ Marginaddress:"http://microweb.kuyicloud.com/#/departmentEnvironment?id="+EniviIDs+"&orgid="+orgid,
|
253
|
253
|
Linkid:patientMagiclinkfive.ID,
|
254
|
254
|
}
|
255
|
255
|
AddEditMargin(&patienteditmarginfive)
|