1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636 |
- package controllers
-
- import (
- "XT_New/enums"
- "XT_New/models"
- "XT_New/service"
- "encoding/json"
- "fmt"
- "os"
- "path"
- "runtime"
- "strings"
- "time"
-
- "github.com/astaxie/beego"
- )
-
- type PublicApiController struct {
- BaseAPIController
- }
-
- func PublicApiRegistRouters() {
- beego.Router("/api/public/getadviceconfig", &PublicApiController{}, "Get:GetDoctorAdviceConfig")
- beego.Router("/api/public/servertime", &PublicApiController{}, "Get:GetServerTime")
- beego.Router("/api/app/release", &PublicApiController{}, "Get:AppRelease")
- beego.Router("/api/get", &PublicApiController{}, "Get:GetJson")
- beego.Router("/api/public/handledata", &PublicApiController{}, "get:HandleData")
- beego.Router("/api/public/handlestockdata", &PublicApiController{}, "get:HandleStockData")
- beego.Router("/api/public/handlecomdata", &PublicApiController{}, "get:HandleComData")
- beego.Router("/hello", &PublicApiController{}, "get:HandleComData")
-
- }
-
- func (c *PublicApiController) GetDoctorAdviceConfig() {
- drugs, _, _ := service.GetPublicDrugDics()
- drugways, _, _ := service.GetPublicDrugWayDics()
- efs, _, _ := service.GetPublicExecutionFrequencyDics()
-
- c.ServeSuccessJSON(map[string]interface{}{
- "drugs": drugs,
- "drugways": drugways,
- "efs": efs,
- })
- }
-
- func (c *PublicApiController) GetServerTime() {
- timeNow := time.Now()
- timeNowStamp := timeNow.Unix()
- timeNowStr := timeNow.Format("2006-01-02 15:04:05")
- c.ServeSuccessJSON(map[string]interface{}{
- "time": timeNowStr,
- "timestamp": timeNowStamp,
- })
- }
-
- func (c *PublicApiController) AppRelease() {
- // appId := c.GetString("appid")
- version := c.GetString("version")
- appType, _ := c.GetInt64("app_type", 0)
-
- appVersion, err := service.GetAppVersionByAppType(appType)
- if err != nil {
- c.ServeFailJSONWithSGJErrorCode(enums.ErrorCodeParamWrong)
- return
- }
-
- if appVersion == nil {
- c.ServeSuccessJSON(map[string]interface{}{
- "version": nil,
- "state": 2,
- })
- return
- }
-
- state := strings.Compare(version, appVersion.Version)
- // state := 1
-
- if state < 0 {
- c.ServeSuccessJSON(map[string]interface{}{
- "version": appVersion,
- "state": appVersion.Status,
- })
- return
- }
- c.ServeSuccessJSON(map[string]interface{}{
- "version": nil,
- "state": 2,
- })
- return
-
- }
-
- func (this *PublicApiController) GetJson() {
- type Global struct {
- DeviceSN string
- Version string
- Timestamp string
- InterfaceSource string
- }
- type RBPResultModel struct {
- Sys string
- Dia string
- HR string
- MeasureTime string
- }
-
- type ScannerResultModel struct {
- Code string
- }
-
- type IDCardResultModel struct {
- IDCardNo string
- UserName string
- Age string
- Female string
- Male string
- SocialSecurityNo string
- }
-
- type JsonTemp struct {
- Global Global
- RBPResultModel RBPResultModel
- ScannerResultModel ScannerResultModel
- IDCardResultModel IDCardResultModel
- }
-
- var person JsonTemp
- err3 := json.Unmarshal([]byte(this.GetString("params")), &person)
- fmt.Println(err3)
-
- fmt.Println(person.Global)
-
- //temp := JsonTemp{
- // Global:Global{
- // DeviceSN:"1122",
- // Version:"1122",
- // Timestamp:"1222",
- // InterfaceSource:"1233",
- // },
- // RBPResultModel: RBPResultModel{
- // Sys:"12",
- // Dia:"22",
- // HR:"23",
- // MeasureTime:"123",
- // },
- // ScannerResultModel:ScannerResultModel{
- // Code:"1233",
- // },
- // IDCardResultModel:IDCardResultModel{
- // IDCardNo:"123",
- // UserName:"123",
- // Age:"123",
- // Female:"123",
- // Male:"123",
- // SocialSecurityNo:"123",
- // },
- //}
- //
- //jsonBytes, err := json.Marshal(temp)
- //if err != nil {
- // fmt.Println(err)
- //}
- //fmt.Println(string(jsonBytes))
-
- }
-
- func (c *PublicApiController) HandleData() {
- //service.HandleData()
-
- org_app, _ := service.GetAllAppOrg()
- //org_role, _ := service.GetAllRole()
- //
- //var org_ids []int64
-
- for _, apps := range org_app {
- xt_org_app, _ := service.GetAppByType(int64(apps.OrgId), 3)
- //org_app_6, _ := service.GetAppByType(int64(apps.OrgId), 6)
- //org_app_7, _ := service.GetAppByType(int64(apps.OrgId), 7)
- //org_app_8, _ := service.GetAppByType(int64(apps.OrgId), 8)
- //org_app_9, _ := service.GetAppByType(int64(apps.OrgId), 9)
- //org_app_10, _ := service.GetAppByType(int64(apps.OrgId), 10)
- //org_app_11, _ := service.GetAppByType(int64(apps.OrgId), 11)
- //org_app_12, _ := service.GetAppByType(int64(apps.OrgId), 12)
- //org_app_13, _ := service.GetAppByType(int64(apps.OrgId), 13)
- //org_app_14, _ := service.GetAppByType(int64(apps.OrgId), 14)
- //org_app_15, _ := service.GetAppByType(int64(apps.OrgId), 15)
-
- //org_app_16, _ := service.GetAppByType(int64(apps.OrgId), 16)
- //org_app_17, _ := service.GetAppByType(int64(apps.OrgId), 17)
- org_app_18, _ := service.GetAppByType(int64(apps.OrgId), 18)
-
- var xt_temp_org_app *models.OrgApp
- //var mall_temp_org_app *models.OrgApp
-
- if xt_org_app == nil || xt_org_app.Id == 0 { //判断之前是否有创建该app类型,如果没有则插入数据
-
- app, _ := service.GetOrgAppA(0, 3)
- org, _ := service.GetOrgByIdB(int64(apps.OrgId))
- if org == nil || org.Id == 0 {
- continue
- }
-
- app.Id = 0
- app.OrgId = apps.OrgId
- app.Creator = int(org.Creator)
- app.Number = 0
- app.Status = 1
- app.ModifyTime = time.Now().Unix()
- app.CreateTime = time.Now().Unix()
- service.CreateOrgApp(app)
- xt_temp_org_app = app
- } else {
-
- xt_temp_org_app = xt_org_app
-
- }
-
- //if scrm_org_app == nil || scrm_org_app.Id == 0 { //判断之前是否有创建该app类型,如果没有则插入数据
- //
- // app, _ := service.GetOrgAppA(0, 1)
- // //org, _ := service.GetOrgById(int64(12))
- // org, _ := service.GetOrgByIdB(int64(apps.OrgId))
- // if org == nil || org.Id == 0 {
- // continue
- // }
- //
- //
- // app.OrgId = apps.OrgId
- // app.Id = 0
- //
- // app.Creator = int(org.Creator)
- // app.Number = 0
- // app.Status = 1
- // app.ModifyTime = time.Now().Unix()
- // app.CreateTime = time.Now().Unix()
- // service.CreateOrgApp(app)
- //
- //}
- //
- //if cdm_org_app == nil || cdm_org_app.Id == 0 { //判断之前是否有创建该app类型,如果没有则插入数据
- // app, _ := service.GetOrgAppA(0, 4)
- // //org, _ := service.GetOrgById(int64(12))
- // org, _ := service.GetOrgByIdB(int64(apps.OrgId))
- // if org == nil || org.Id == 0 {
- // continue
- // }
- //
- //
- // app.OrgId = apps.OrgId
- // app.Creator = int(org.Creator)
- // app.Number = 0
- // app.Id = 0
- //
- // app.Status = 1
- // app.ModifyTime = time.Now().Unix()
- // app.CreateTime = time.Now().Unix()
- // service.CreateOrgApp(app)
- //}
- //
- //if mall_org_app == nil || mall_org_app.Id == 0 { //判断之前是否有创建该app类型,如果没有则插入数据
- // app, _ := service.GetOrgAppA(0, 5)
- // //org, _ := service.GetOrgById(int64(12))
- // org, _ := service.GetOrgByIdB(int64(apps.OrgId))
- //
- // if org == nil || org.Id == 0 {
- // continue
- // }
- //
- // app.OrgId = apps.OrgId
- // app.Creator = int(org.Creator)
- // app.Number = 0
- // app.Id = 0
- //
- // app.Status = 1
- // app.ModifyTime = time.Now().Unix()
- // app.CreateTime = time.Now().Unix()
- // service.CreateOrgApp(app)
- // mall_temp_org_app = app
- //} else {
- // mall_temp_org_app = mall_org_app
- //}
- //
- //if org_app_16 == nil || org_app_16.Id == 0 { //判断之前是否有创建该app类型,如果没有则插入数据
- // app, _ := service.GetOrgAppA(0, 16)
- // //org, _ := service.GetOrgById(int64(12))
- // org, _ := service.GetOrgByIdB(int64(apps.OrgId))
- // if org == nil || org.Id == 0 {
- // continue
- // }
- //
- // app.OrgId = apps.OrgId
- // app.Creator = int(org.Creator)
- // app.Number = 11
- // app.Id = 0
- // app.Status = 1
- // app.ModifyTime = time.Now().Unix()
- // app.CreateTime = time.Now().Unix()
- // app.Pid = xt_temp_org_app.Id
- // service.CreateOrgApp(app)
- //
- //}
- //
- //if org_app_17 == nil || org_app_17.Id == 0 { //判断之前是否有创建该app类型,如果没有则插入数据
- // app, _ := service.GetOrgAppA(0, 17)
- // //org, _ := service.GetOrgById(int64(12))
- // org, _ := service.GetOrgByIdB(int64(apps.OrgId))
- // if org == nil || org.Id == 0 {
- // continue
- // }
- //
- // app.OrgId = apps.OrgId
- // app.Creator = int(org.Creator)
- // app.Number = 12
- // app.Id = 0
- // app.Status = 1
- // app.ModifyTime = time.Now().Unix()
- // app.CreateTime = time.Now().Unix()
- // app.Pid = xt_temp_org_app.Id
- // service.CreateOrgApp(app)
- //
- //}
-
- if org_app_18 == nil || org_app_18.Id == 0 { //判断之前是否有创建该app类型,如果没有则插入数据
- app, _ := service.GetOrgAppA(0, 18)
- //org, _ := service.GetOrgById(int64(12))
- org, _ := service.GetOrgByIdB(int64(apps.OrgId))
- if org == nil || org.Id == 0 {
- continue
- }
-
- app.OrgId = apps.OrgId
- app.Creator = int(org.Creator)
- app.Number = 5
- app.Id = 0
- app.Status = 1
- app.ModifyTime = time.Now().Unix()
- app.CreateTime = time.Now().Unix()
- app.Pid = xt_temp_org_app.Id
- service.CreateOrgApp(app)
-
- }
- //if org_app_7 == nil || org_app_7.Id == 0 { //判断之前是否有创建该app类型,如果没有则插入数据
- // app, _ := service.GetOrgAppA(0, 7)
- // //org, _ := service.GetOrgById(int64(12))
- // org, _ := service.GetOrgByIdB(int64(apps.OrgId))
- // if org == nil || org.Id == 0 {
- // continue
- // }
- //
- //
- // app.OrgId = apps.OrgId
- // app.Creator = int(org.Creator)
- // app.Number = 2
- // app.Status = 2
- // app.Id = 0
- //
- // app.ModifyTime = time.Now().Unix()
- // app.CreateTime = time.Now().Unix()
- // app.Pid = xt_temp_org_app.Id
- //
- // service.CreateOrgApp(app)
- //}
- //if org_app_8 == nil || org_app_8.Id == 0 { //判断之前是否有创建该app类型,如果没有则插入数据
- // app, _ := service.GetOrgAppA(0, 8)
- // //org, _ := service.GetOrgById(int64(12))
- // org, _ := service.GetOrgByIdB(int64(apps.OrgId))
- // if org == nil || org.Id == 0 {
- // continue
- // }
- //
- //
- // app.OrgId = apps.OrgId
- // app.Creator = int(org.Creator)
- // app.Number = 3
- // app.Id = 0
- //
- // app.Pid = mall_temp_org_app.Id
- //
- // app.Status = 1
- // app.ModifyTime = time.Now().Unix()
- // app.CreateTime = time.Now().Unix()
- // service.CreateOrgApp(app)
- //}
- //if org_app_9 == nil || org_app_9.Id == 0 { //判断之前是否有创建该app类型,如果没有则插入数据
- // app, _ := service.GetOrgAppA(0, 9)
- // //org, _ := service.GetOrgById(int64(12))
- // org, _ := service.GetOrgByIdB(int64(apps.OrgId))
- // if org == nil || org.Id == 0 {
- // continue
- // }
- //
- //
- // app.OrgId = apps.OrgId
- // app.Pid = xt_temp_org_app.Id
- //
- // app.Creator = int(org.Creator)
- // app.Number = 4
- // app.Id = 0
- //
- // app.Status = 1
- // app.ModifyTime = time.Now().Unix()
- // app.CreateTime = time.Now().Unix()
- // service.CreateOrgApp(app)
- //
- //}
- //if org_app_10 == nil || org_app_10.Id == 0 { //判断之前是否有创建该app类型,如果没有则插入数据
- // app, _ := service.GetOrgAppA(0, 10)
- // //org, _ := service.GetOrgById(int64(12))
- // org, _ := service.GetOrgByIdB(int64(apps.OrgId))
- // if org == nil || org.Id == 0 {
- // continue
- // }
- //
- //
- // app.OrgId = apps.OrgId
- // app.Creator = int(org.Creator)
- // app.Pid = xt_temp_org_app.Id
- //
- // app.Number = 5
- // app.Id = 0
- //
- // app.Status = 1
- // app.ModifyTime = time.Now().Unix()
- // app.CreateTime = time.Now().Unix()
- // service.CreateOrgApp(app)
- //}
- //if org_app_11 == nil || org_app_11.Id == 0 { //判断之前是否有创建该app类型,如果没有则插入数据
- // app, _ := service.GetOrgAppA(0, 11)
- // //org, _ := service.GetOrgById(int64(12))
- // org, _ := service.GetOrgByIdB(int64(apps.OrgId))
- // if org == nil || org.Id == 0 {
- // continue
- // }
- //
- //
- // app.OrgId = apps.OrgId
- // app.Creator = int(org.Creator)
- // app.Pid = xt_temp_org_app.Id
- // app.Id = 0
- //
- // app.Number = 6
- // app.Status = 1
- // app.ModifyTime = time.Now().Unix()
- // app.CreateTime = time.Now().Unix()
- // service.CreateOrgApp(app)
- //}
- //if org_app_12 == nil || org_app_12.Id == 0 { //判断之前是否有创建该app类型,如果没有则插入数据
- // app, _ := service.GetOrgAppA(0, 12)
- // //org, _ := service.GetOrgById(int64(12))
- // org, _ := service.GetOrgByIdB(int64(apps.OrgId))
- // if org == nil || org.Id == 0 {
- // continue
- // }
- //
- //
- // app.OrgId = apps.OrgId
- // app.Creator = int(org.Creator)
- // app.Pid = xt_temp_org_app.Id
- // app.Number = 7
- // app.Status = 1
- // app.Id = 0
- //
- // app.ModifyTime = time.Now().Unix()
- // app.CreateTime = time.Now().Unix()
- // service.CreateOrgApp(app)
- //}
- //if org_app_13 == nil || org_app_13.Id == 0 { //判断之前是否有创建该app类型,如果没有则插入数据
- // app, _ := service.GetOrgAppA(0, 13)
- // //org, _ := service.GetOrgById(int64(12))
- // org, _ := service.GetOrgByIdB(int64(apps.OrgId))
- // if org == nil || org.Id == 0 {
- // continue
- // }
- //
- //
- // app.OrgId = apps.OrgId
- // app.Creator = int(org.Creator)
- // app.Pid = xt_temp_org_app.Id
- // app.Number = 8
- // app.Id = 0
- // app.Status = 1
- // app.ModifyTime = time.Now().Unix()
- // app.CreateTime = time.Now().Unix()
- // service.CreateOrgApp(app)
- //}
- //if org_app_14 == nil || org_app_14.Id == 0 { //判断之前是否有创建该app类型,如果没有则插入数据
- // app, _ := service.GetOrgAppA(0, 14)
- // //org, _ := service.GetOrgById(int64(12))
- // org, _ := service.GetOrgByIdB(int64(apps.OrgId))
- // if org == nil || org.Id == 0 {
- // continue
- // }
- //
- //
- // app.OrgId = apps.OrgId
- // app.Creator = int(org.Creator)
- // app.Pid = xt_temp_org_app.Id
- // app.Id = 0
- // app.Number = 9
- // app.Status = 1
- // app.ModifyTime = time.Now().Unix()
- // app.CreateTime = time.Now().Unix()
- // service.CreateOrgApp(app)
- //}
-
- //if org_app_15 == nil || org_app_15.Id == 0 { //判断之前是否有创建该app类型,如果没有则插入数据
- // app, _ := service.GetOrgAppA(0, 15)
- // //org, _ := service.GetOrgById(int64(12))
- // org, _ := service.GetOrgByIdB(int64(apps.OrgId))
- // if org == nil || org.Id == 0 {
- // continue
- // }
- //
- // app.OrgId = apps.OrgId
- // app.Creator = int(org.Creator)
- // app.Pid = xt_temp_org_app.Id
- // app.Number = 10
- // app.Status = 1
- // app.Id = 0
- // app.ModifyTime = time.Now().Unix()
- // app.CreateTime = time.Now().Unix()
- // service.CreateOrgApp(app)
- //}
- }
-
- //for _, role := range org_role {
- // org_ids = append(org_ids, role.OrgId)
- //}
- //
- //
- ////创建内置角色
- //InitRoleAndPurviews(org_ids)
-
- //var org_id int = 0
- //管理员
- //app_roles := service.GetAllUserRoleByUserTypeOne(org_id)
- //for _, item := range app_roles{
- // var ids string
- // if len(item.RoleIds) == 0{
- // ids = strconv.FormatInt( item.RoleId,10)
- // }else{
- // ids = item.RoleIds + ","+strconv.FormatInt( item.RoleId,10)
- // }
- // service.UpdateRoleIds(item.Id, ids)
- //}
- //护士医生
- //app_roles2 := service.GetAllUserRoleByUserTypeOther()
- // for _, item := range app_roles2{
- // var ids string
- // if len(item.RoleIds) == 0{
- // ids = strconv.FormatInt( item.RoleId,10)
- // }else{
- // ids = item.RoleIds + ","+strconv.FormatInt( item.RoleId,10)
- // }
- // if item.UserType == 2{
- // role := service.FindRoleByUserTypeOne(item.OrgId)
- // ids = ids +"," + strconv.FormatInt(role.Id,10)
- //
- // } else if item.UserType == 3{
- // role := service.FindRoleByUserTypeTwo(item.OrgId)
- // ids = ids +"," + strconv.FormatInt(role.Id,10)
- // }
- // service.UpdateRoleIds(item.Id, ids)
- // }
- //c.ServeSuccessJSON(map[string]interface{}{
- // "msg": "ok",
- //})
-
- }
-
- func InitRoleAndPurviews(org_ids []int64) {
- roles := LoadRoleConfig("./role.json").Roles
- for _, org_id := range org_ids {
- app, _ := service.GetOrgAppB(org_id, 3)
- role, _ := service.GetSystemRole(org_id)
-
- if app == nil || app.Id == 0 {
- continue
- }
- if len(role) == 0 {
- for _, item := range roles {
- role := &models.Role{
- RoleName: item.RoleName,
- RoleIntro: item.RoleIntroduction,
- Creator: 0,
- OrgId: org_id,
- AppId: app.Id,
- IsSuperAdmin: false,
- Status: 1,
- CreateTime: time.Now().Unix(),
- ModifyTime: time.Now().Unix(),
- Number: item.Number,
- IsSystem: item.IsSystem,
- }
- err := service.CreateOrgRoleB(role)
- if err == nil {
- purview := &models.RolePurview{
- RoleId: role.Id,
- OrgId: org_id,
- AppId: role.AppId,
- PurviewIds: item.PurviewIds,
- Status: 1,
- CreateTime: time.Now().Unix(),
- ModifyTime: time.Now().Unix(),
- }
- func_purview := &models.SgjUserRoleFuncPurview{
- RoleId: role.Id,
- OrgId: org_id,
- AppId: role.AppId,
- PurviewIds: item.FuncIds,
- Status: 1,
- Ctime: time.Now().Unix(),
- Mtime: time.Now().Unix(),
- }
-
- service.CreateRolePurviewB(purview)
- service.CreateFuncRolePurviewB(func_purview)
- }
- }
-
- }
- }
-
- }
-
- type RoleConfig struct {
- Roles []*models.VMUserRoleAndPurview "json:roles"
- }
-
- func LoadRoleConfig(dataFile string) *RoleConfig {
- var config RoleConfig
- _, filename, _, _ := runtime.Caller(1)
- datapath := path.Join(path.Dir(filename), dataFile)
- config_file, err := os.Open(datapath)
- if err != nil {
- emit("Failed to open config file '%s': %s\n", datapath, err)
- return &config
- }
-
- fi, _ := config_file.Stat()
-
- buffer := make([]byte, fi.Size())
- _, err = config_file.Read(buffer)
-
- buffer, err = StripComments(buffer) //去掉注释
- if err != nil {
- emit("Failed to strip comments from json: %s\n", err)
- return &config
- }
-
- buffer = []byte(os.ExpandEnv(string(buffer))) //特殊
- err = json.Unmarshal(buffer, &config) //解析json格式数据
- if err != nil {
- emit("Failed unmarshalling json: %s\n", err)
- return &config
- }
- return &config
- }
-
- type GoodTypesConfig struct {
- GoodTypes []*models.VMGoodsType "json:list"
- }
-
- func LoadGoodTypeConfig(dataFile string) *GoodTypesConfig {
- var config GoodTypesConfig
- _, filename, _, _ := runtime.Caller(1)
- datapath := path.Join(path.Dir(filename), dataFile)
- config_file, err := os.Open(datapath)
- if err != nil {
- emit("Failed to open config file '%s': %s\n", datapath, err)
- return &config
- }
-
- fi, _ := config_file.Stat()
-
- buffer := make([]byte, fi.Size())
- _, err = config_file.Read(buffer)
-
- buffer, err = StripComments(buffer) //去掉注释
- if err != nil {
- emit("Failed to strip comments from json: %s\n", err)
- return &config
- }
-
- buffer = []byte(os.ExpandEnv(string(buffer))) //特殊
- err = json.Unmarshal(buffer, &config) //解析json格式数据
- if err != nil {
- emit("Failed unmarshalling json: %s\n", err)
- return &config
- }
- return &config
- }
-
- func (c *PublicApiController) HandleStockData() {
- org, _ := service.FindAllOrgByImportType()
-
- for _, item := range org {
- if item.Id != 3907 || item.Id != 9779 || item.Id != 9883 {
- goodTypes := &models.GoodsType{
- TypeCode: "14000000",
- TypeName: "穿刺针",
- Remark: "",
- Ctime: time.Now().Unix(),
- Mtime: time.Now().Unix(),
- Creater: 0,
- Modifier: 0,
- OrgId: item.Id,
- Status: 1,
- Type: 1,
- Number: 1,
- }
-
- service.AddSigleGoodType(goodTypes)
-
- goodTypes1 := &models.GoodsType{
- TypeCode: "14000001",
- TypeName: "透析器",
- Remark: "",
- Ctime: time.Now().Unix(),
- Mtime: time.Now().Unix(),
- Creater: 0,
- Modifier: 0,
- OrgId: item.Id,
- Status: 1,
- Type: 1,
- Number: 2,
- }
-
- service.AddSigleGoodType(goodTypes1)
-
- goodTypes2 := &models.GoodsType{
- TypeCode: "14000002",
- TypeName: "灌流器",
- Remark: "",
- Ctime: time.Now().Unix(),
- Mtime: time.Now().Unix(),
- Creater: 0,
- Modifier: 0,
- OrgId: item.Id,
- Status: 1,
- Type: 1,
- Number: 3,
- }
-
- service.AddSigleGoodType(goodTypes2)
-
- goodTypes3 := &models.GoodsType{
- TypeCode: "14000003",
- TypeName: "血路管",
- Remark: "",
- Ctime: time.Now().Unix(),
- Mtime: time.Now().Unix(),
- Creater: 0,
- Modifier: 0,
- OrgId: item.Id,
- Status: 1,
- Type: 1,
- Number: 4,
- }
-
- service.AddSigleGoodType(goodTypes3)
-
- goodTypes4 := &models.GoodsType{
- TypeCode: "14000004",
- TypeName: "血滤补液管",
- Remark: "",
- Ctime: time.Now().Unix(),
- Mtime: time.Now().Unix(),
- Creater: 0,
- Modifier: 0,
- OrgId: item.Id,
- Status: 1,
- Type: 1,
- Number: 5,
- }
-
- service.AddSigleGoodType(goodTypes4)
-
- goodTypes5 := &models.GoodsType{
- TypeCode: "14000005",
- TypeName: "注射器",
- Remark: "",
- Ctime: time.Now().Unix(),
- Mtime: time.Now().Unix(),
- Creater: 0,
- Modifier: 0,
- OrgId: item.Id,
- Status: 1,
- Type: 1,
- Number: 6,
- }
-
- service.AddSigleGoodType(goodTypes5)
-
- goodTypes6 := &models.GoodsType{
- TypeCode: "14000006",
- TypeName: "护理包(内瘘穿刺包)",
- Remark: "",
- Ctime: time.Now().Unix(),
- Mtime: time.Now().Unix(),
- Creater: 0,
- Modifier: 0,
- OrgId: item.Id,
- Status: 1,
- Type: 1,
- Number: 7,
- }
-
- service.AddSigleGoodType(goodTypes6)
-
- goodTypes7 := &models.GoodsType{
- TypeCode: "14000007",
- TypeName: "细菌过滤器",
- Remark: "",
- Ctime: time.Now().Unix(),
- Mtime: time.Now().Unix(),
- Creater: 0,
- Modifier: 0,
- OrgId: item.Id,
- Status: 1,
- Type: 1,
- Number: 8,
- }
-
- service.AddSigleGoodType(goodTypes7)
-
- goodTypes8 := &models.GoodsType{
- TypeCode: "14000008",
- TypeName: "血液透析干粉",
- Remark: "",
- Ctime: time.Now().Unix(),
- Mtime: time.Now().Unix(),
- Creater: 0,
- Modifier: 0,
- OrgId: item.Id,
- Status: 1,
- Type: 1,
- Number: 9,
- }
-
- service.AddSigleGoodType(goodTypes8)
-
- goodTypes9 := &models.GoodsType{
- TypeCode: "14000009",
- TypeName: "A液",
- Remark: "",
- Ctime: time.Now().Unix(),
- Mtime: time.Now().Unix(),
- Creater: 0,
- Modifier: 0,
- OrgId: item.Id,
- Status: 1,
- Type: 1,
- Number: 10,
- }
-
- service.AddSigleGoodType(goodTypes9)
-
- goodTypes10 := &models.GoodsType{
- TypeCode: "14000010",
- TypeName: "B液",
- Remark: "",
- Ctime: time.Now().Unix(),
- Mtime: time.Now().Unix(),
- Creater: 0,
- Modifier: 0,
- OrgId: item.Id,
- Status: 1,
- Type: 1,
- Number: 11,
- }
-
- service.AddSigleGoodType(goodTypes10)
-
- goodTypes11 := &models.GoodsType{
- TypeCode: "14000011",
- TypeName: "导管包",
- Remark: "",
- Ctime: time.Now().Unix(),
- Mtime: time.Now().Unix(),
- Creater: 0,
- Modifier: 0,
- OrgId: item.Id,
- Status: 1,
- Type: 1,
- Number: 12,
- }
-
- service.AddSigleGoodType(goodTypes11)
-
- goodTypes12 := &models.GoodsType{
- TypeCode: "14000012",
- TypeName: "血液透析导管",
- Remark: "",
- Ctime: time.Now().Unix(),
- Mtime: time.Now().Unix(),
- Creater: 0,
- Modifier: 0,
- OrgId: item.Id,
- Status: 1,
- Type: 1,
- Number: 13,
- }
-
- service.AddSigleGoodType(goodTypes12)
- }
- }
- }
-
- func (c *PublicApiController) HandleComData() {
- org_ids := []int64{3907, 9779, 9883}
-
- for _, id := range org_ids {
- //查处所有处方记录
- prescriptions, _ := service.FindAllPrescription(id)
- if id == 3907 {
-
- for _, item := range prescriptions {
-
- if item.Niprocart > 0 {
- before := &models.DialysisBeforePrepare{
- UserOrgId: id,
- PatientId: item.PatientId,
- RecordDate: item.RecordDate,
- Count: 1,
- Ctime: item.RecordDate,
- Mtime: item.RecordDate,
- Creater: item.Creater,
- Modifier: item.Creater,
- Status: 1,
- }
- before.GoodId = item.Niprocart
- before.GoodTypeId = 241
- service.AddSigleDialysisBeforePre(before)
- }
-
- if item.Jms > 0 {
- before := &models.DialysisBeforePrepare{
- UserOrgId: id,
- PatientId: item.PatientId,
- RecordDate: item.RecordDate,
- Count: 1,
- Ctime: item.RecordDate,
- Mtime: item.RecordDate,
- Creater: item.Creater,
- Modifier: item.Creater,
- Status: 1,
- }
- before.GoodId = item.Jms
- before.GoodTypeId = 233
- service.AddSigleDialysisBeforePre(before)
-
- }
-
- if item.FistulaNeedleSet > 0 {
- before := &models.DialysisBeforePrepare{
- UserOrgId: id,
- PatientId: item.PatientId,
- RecordDate: item.RecordDate,
- Count: 1,
- Ctime: item.RecordDate,
- Mtime: item.RecordDate,
- Creater: item.Creater,
- Modifier: item.Creater,
- Status: 1,
- }
- before.GoodId = item.FistulaNeedleSet
- before.GoodTypeId = 233
- service.AddSigleDialysisBeforePre(before)
- }
-
- if item.FistulaNeedleSet16 > 0 {
- before := &models.DialysisBeforePrepare{
- UserOrgId: id,
- PatientId: item.PatientId,
- RecordDate: item.RecordDate,
- Count: 1,
- Ctime: item.RecordDate,
- Mtime: item.RecordDate,
- Creater: item.Creater,
- Modifier: item.Creater,
- Status: 1,
- }
- before.GoodId = item.FistulaNeedleSet16
- before.GoodTypeId = 233
- service.AddSigleDialysisBeforePre(before)
-
- }
-
- if item.Hemoperfusion > 0 {
- before := &models.DialysisBeforePrepare{
- UserOrgId: id,
- PatientId: item.PatientId,
- RecordDate: item.RecordDate,
- Count: 1,
- Ctime: item.RecordDate,
- Mtime: item.RecordDate,
- Creater: item.Creater,
- Modifier: item.Creater,
- Status: 1,
- }
- before.GoodId = item.Hemoperfusion
- before.GoodTypeId = 235
- service.AddSigleDialysisBeforePre(before)
-
- }
-
- if item.DialyserSterilised > 0 {
- before := &models.DialysisBeforePrepare{
- UserOrgId: id,
- PatientId: item.PatientId,
- RecordDate: item.RecordDate,
- Count: 1,
- Ctime: item.RecordDate,
- Mtime: item.RecordDate,
- Creater: item.Creater,
- Modifier: item.Creater,
- Status: 1,
- }
- before.GoodId = item.DialyserSterilised
- before.GoodTypeId = 234
- service.AddSigleDialysisBeforePre(before)
-
- }
-
- if item.Filtryzer > 0 {
- before := &models.DialysisBeforePrepare{
- UserOrgId: id,
- PatientId: item.PatientId,
- RecordDate: item.RecordDate,
- Count: 1,
- Ctime: item.RecordDate,
- Mtime: item.RecordDate,
- Creater: item.Creater,
- Modifier: item.Creater,
- Status: 1,
- }
- before.GoodId = item.Filtryzer
- before.GoodTypeId = 234
- service.AddSigleDialysisBeforePre(before)
-
- }
-
- if item.Dialyzers > 0 {
- before := &models.DialysisBeforePrepare{
- UserOrgId: id,
- PatientId: item.PatientId,
- RecordDate: item.RecordDate,
- Count: 1,
- Ctime: item.RecordDate,
- Mtime: item.RecordDate,
- Creater: item.Creater,
- Modifier: item.Creater,
- Status: 1,
- }
- before.GoodId = item.Dialyzers
- before.GoodTypeId = 234
- service.AddSigleDialysisBeforePre(before)
-
- }
-
- if item.Injector > 0 {
- before := &models.DialysisBeforePrepare{
- UserOrgId: id,
- PatientId: item.PatientId,
- RecordDate: item.RecordDate,
- Count: 1,
- Ctime: item.RecordDate,
- Mtime: item.RecordDate,
- Creater: item.Creater,
- Modifier: item.Creater,
- Status: 1,
- }
- before.GoodId = item.Injector
- before.GoodTypeId = 238
- service.AddSigleDialysisBeforePre(before)
-
- }
-
- if item.Bloodlines > 0 {
- before := &models.DialysisBeforePrepare{
- UserOrgId: id,
- PatientId: item.PatientId,
- RecordDate: item.RecordDate,
- Count: 1,
- Ctime: item.RecordDate,
- Mtime: item.RecordDate,
- Creater: item.Creater,
- Modifier: item.Creater,
- Status: 1,
- }
- before.GoodId = item.Bloodlines
- before.GoodTypeId = 236
- service.AddSigleDialysisBeforePre(before)
-
- }
-
- if item.TubingHemodialysis > 0 {
- before := &models.DialysisBeforePrepare{
- UserOrgId: id,
- PatientId: item.PatientId,
- RecordDate: item.RecordDate,
- Count: 1,
- Ctime: item.RecordDate,
- Mtime: item.RecordDate,
- Creater: item.Creater,
- Modifier: item.Creater,
- Status: 1,
- }
- before.GoodId = item.TubingHemodialysis
- before.GoodTypeId = 237
- service.AddSigleDialysisBeforePre(before)
-
- }
-
- if item.Package > 0 {
- before := &models.DialysisBeforePrepare{
- UserOrgId: id,
- PatientId: item.PatientId,
- RecordDate: item.RecordDate,
- Count: 1,
- Ctime: item.RecordDate,
- Mtime: item.RecordDate,
- Creater: item.Creater,
- Modifier: item.Creater,
- Status: 1,
- }
- before.GoodId = item.Package
- before.GoodTypeId = 239
- service.AddSigleDialysisBeforePre(before)
-
- }
-
- if item.ALiquid > 0 {
- before := &models.DialysisBeforePrepare{
- UserOrgId: id,
- PatientId: item.PatientId,
- RecordDate: item.RecordDate,
- Count: 1,
- Ctime: item.RecordDate,
- Mtime: item.RecordDate,
- Creater: item.Creater,
- Modifier: item.Creater,
- Status: 1,
- }
- before.GoodId = item.ALiquid
- before.GoodTypeId = 242
- service.AddSigleDialysisBeforePre(before)
-
- }
-
- }
-
- } else if id == 9779 {
-
- for _, item := range prescriptions {
-
- if item.Niprocart > 0 {
- before := &models.DialysisBeforePrepare{
- UserOrgId: id,
- PatientId: item.PatientId,
- RecordDate: item.RecordDate,
- Count: 1,
- Ctime: item.RecordDate,
- Mtime: item.RecordDate,
- Creater: item.Creater,
- Modifier: item.Creater,
- Status: 1,
- }
- before.GoodId = item.Niprocart
- before.GoodTypeId = 254
- service.AddSigleDialysisBeforePre(before)
- }
-
- if item.Jms > 0 {
- before := &models.DialysisBeforePrepare{
- UserOrgId: id,
- PatientId: item.PatientId,
- RecordDate: item.RecordDate,
- Count: 1,
- Ctime: item.RecordDate,
- Mtime: item.RecordDate,
- Creater: item.Creater,
- Modifier: item.Creater,
- Status: 1,
- }
- before.GoodId = item.Jms
- before.GoodTypeId = 246
- service.AddSigleDialysisBeforePre(before)
-
- }
-
- if item.FistulaNeedleSet > 0 {
- before := &models.DialysisBeforePrepare{
- UserOrgId: id,
- PatientId: item.PatientId,
- RecordDate: item.RecordDate,
- Count: 1,
- Ctime: item.RecordDate,
- Mtime: item.RecordDate,
- Creater: item.Creater,
- Modifier: item.Creater,
- Status: 1,
- }
- before.GoodId = item.FistulaNeedleSet
- before.GoodTypeId = 246
- service.AddSigleDialysisBeforePre(before)
- }
-
- if item.FistulaNeedleSet16 > 0 {
- before := &models.DialysisBeforePrepare{
- UserOrgId: id,
- PatientId: item.PatientId,
- RecordDate: item.RecordDate,
- Count: 1,
- Ctime: item.RecordDate,
- Mtime: item.RecordDate,
- Creater: item.Creater,
- Modifier: item.Creater,
- Status: 1,
- }
- before.GoodId = item.FistulaNeedleSet16
- before.GoodTypeId = 246
- service.AddSigleDialysisBeforePre(before)
-
- }
-
- if item.Hemoperfusion > 0 {
- before := &models.DialysisBeforePrepare{
- UserOrgId: id,
- PatientId: item.PatientId,
- RecordDate: item.RecordDate,
- Count: 1,
- Ctime: item.RecordDate,
- Mtime: item.RecordDate,
- Creater: item.Creater,
- Modifier: item.Creater,
- Status: 1,
- }
- before.GoodId = item.Hemoperfusion
- before.GoodTypeId = 248
- service.AddSigleDialysisBeforePre(before)
-
- }
-
- if item.DialyserSterilised > 0 {
- before := &models.DialysisBeforePrepare{
- UserOrgId: id,
- PatientId: item.PatientId,
- RecordDate: item.RecordDate,
- Count: 1,
- Ctime: item.RecordDate,
- Mtime: item.RecordDate,
- Creater: item.Creater,
- Modifier: item.Creater,
- Status: 1,
- }
- before.GoodId = item.DialyserSterilised
- before.GoodTypeId = 247
- service.AddSigleDialysisBeforePre(before)
-
- }
-
- if item.Filtryzer > 0 {
- before := &models.DialysisBeforePrepare{
- UserOrgId: id,
- PatientId: item.PatientId,
- RecordDate: item.RecordDate,
- Count: 1,
- Ctime: item.RecordDate,
- Mtime: item.RecordDate,
- Creater: item.Creater,
- Modifier: item.Creater,
- Status: 1,
- }
- before.GoodId = item.Filtryzer
- before.GoodTypeId = 247
- service.AddSigleDialysisBeforePre(before)
-
- }
-
- if item.Dialyzers > 0 {
- before := &models.DialysisBeforePrepare{
- UserOrgId: id,
- PatientId: item.PatientId,
- RecordDate: item.RecordDate,
- Count: 1,
- Ctime: item.RecordDate,
- Mtime: item.RecordDate,
- Creater: item.Creater,
- Modifier: item.Creater,
- Status: 1,
- }
- before.GoodId = item.Dialyzers
- before.GoodTypeId = 247
- service.AddSigleDialysisBeforePre(before)
-
- }
-
- if item.Injector > 0 {
- before := &models.DialysisBeforePrepare{
- UserOrgId: id,
- PatientId: item.PatientId,
- RecordDate: item.RecordDate,
- Count: 1,
- Ctime: item.RecordDate,
- Mtime: item.RecordDate,
- Creater: item.Creater,
- Modifier: item.Creater,
- Status: 1,
- }
- before.GoodId = item.Injector
- before.GoodTypeId = 251
- service.AddSigleDialysisBeforePre(before)
-
- }
-
- if item.Bloodlines > 0 {
- before := &models.DialysisBeforePrepare{
- UserOrgId: id,
- PatientId: item.PatientId,
- RecordDate: item.RecordDate,
- Count: 1,
- Ctime: item.RecordDate,
- Mtime: item.RecordDate,
- Creater: item.Creater,
- Modifier: item.Creater,
- Status: 1,
- }
- before.GoodId = item.Bloodlines
- before.GoodTypeId = 249
- service.AddSigleDialysisBeforePre(before)
-
- }
-
- if item.TubingHemodialysis > 0 {
- before := &models.DialysisBeforePrepare{
- UserOrgId: id,
- PatientId: item.PatientId,
- RecordDate: item.RecordDate,
- Count: 1,
- Ctime: item.RecordDate,
- Mtime: item.RecordDate,
- Creater: item.Creater,
- Modifier: item.Creater,
- Status: 1,
- }
- before.GoodId = item.TubingHemodialysis
- before.GoodTypeId = 250
- service.AddSigleDialysisBeforePre(before)
-
- }
-
- if item.Package > 0 {
- before := &models.DialysisBeforePrepare{
- UserOrgId: id,
- PatientId: item.PatientId,
- RecordDate: item.RecordDate,
- Count: 1,
- Ctime: item.RecordDate,
- Mtime: item.RecordDate,
- Creater: item.Creater,
- Modifier: item.Creater,
- Status: 1,
- }
- before.GoodId = item.Package
- before.GoodTypeId = 252
- service.AddSigleDialysisBeforePre(before)
-
- }
-
- if item.ALiquid > 0 {
- before := &models.DialysisBeforePrepare{
- UserOrgId: id,
- PatientId: item.PatientId,
- RecordDate: item.RecordDate,
- Count: 1,
- Ctime: item.RecordDate,
- Mtime: item.RecordDate,
- Creater: item.Creater,
- Modifier: item.Creater,
- Status: 1,
- }
- before.GoodId = item.ALiquid
- before.GoodTypeId = 255
- service.AddSigleDialysisBeforePre(before)
-
- }
-
- }
-
- } else if id == 9883 {
-
- for _, item := range prescriptions {
-
- if item.Niprocart > 0 {
- before := &models.DialysisBeforePrepare{
- UserOrgId: id,
- PatientId: item.PatientId,
- RecordDate: item.RecordDate,
- Count: 1,
- Ctime: item.RecordDate,
- Mtime: item.RecordDate,
- Creater: item.Creater,
- Modifier: item.Creater,
- Status: 1,
- }
- before.GoodId = item.Niprocart
- before.GoodTypeId = 267
- service.AddSigleDialysisBeforePre(before)
- }
-
- if item.Jms > 0 {
- before := &models.DialysisBeforePrepare{
- UserOrgId: id,
- PatientId: item.PatientId,
- RecordDate: item.RecordDate,
- Count: 1,
- Ctime: item.RecordDate,
- Mtime: item.RecordDate,
- Creater: item.Creater,
- Modifier: item.Creater,
- Status: 1,
- }
- before.GoodId = item.Jms
- before.GoodTypeId = 259
- service.AddSigleDialysisBeforePre(before)
-
- }
-
- if item.FistulaNeedleSet > 0 {
- before := &models.DialysisBeforePrepare{
- UserOrgId: id,
- PatientId: item.PatientId,
- RecordDate: item.RecordDate,
- Count: 1,
- Ctime: item.RecordDate,
- Mtime: item.RecordDate,
- Creater: item.Creater,
- Modifier: item.Creater,
- Status: 1,
- }
-
- before.GoodId = item.FistulaNeedleSet
- before.GoodTypeId = 259
- service.AddSigleDialysisBeforePre(before)
- }
-
- if item.FistulaNeedleSet16 > 0 {
- before := &models.DialysisBeforePrepare{
- UserOrgId: id,
- PatientId: item.PatientId,
- RecordDate: item.RecordDate,
- Count: 1,
- Ctime: item.RecordDate,
- Mtime: item.RecordDate,
- Creater: item.Creater,
- Modifier: item.Creater,
- Status: 1,
- }
- before.GoodId = item.FistulaNeedleSet16
- before.GoodTypeId = 259
- service.AddSigleDialysisBeforePre(before)
-
- }
-
- if item.Hemoperfusion > 0 {
- before := &models.DialysisBeforePrepare{
- UserOrgId: id,
- PatientId: item.PatientId,
- RecordDate: item.RecordDate,
- Count: 1,
- Ctime: item.RecordDate,
- Mtime: item.RecordDate,
- Creater: item.Creater,
- Modifier: item.Creater,
- Status: 1,
- }
- before.GoodId = item.Hemoperfusion
- before.GoodTypeId = 261
- service.AddSigleDialysisBeforePre(before)
-
- }
-
- if item.DialyserSterilised > 0 {
- before := &models.DialysisBeforePrepare{
- UserOrgId: id,
- PatientId: item.PatientId,
- RecordDate: item.RecordDate,
- Count: 1,
- Ctime: item.RecordDate,
- Mtime: item.RecordDate,
- Creater: item.Creater,
- Modifier: item.Creater,
- Status: 1,
- }
- before.GoodId = item.DialyserSterilised
- before.GoodTypeId = 260
- service.AddSigleDialysisBeforePre(before)
-
- }
-
- if item.Filtryzer > 0 {
- before := &models.DialysisBeforePrepare{
- UserOrgId: id,
- PatientId: item.PatientId,
- RecordDate: item.RecordDate,
- Count: 1,
- Ctime: item.RecordDate,
- Mtime: item.RecordDate,
- Creater: item.Creater,
- Modifier: item.Creater,
- Status: 1,
- }
- before.GoodId = item.Filtryzer
- before.GoodTypeId = 260
- service.AddSigleDialysisBeforePre(before)
-
- }
-
- if item.Dialyzers > 0 {
- before := &models.DialysisBeforePrepare{
- UserOrgId: id,
- PatientId: item.PatientId,
- RecordDate: item.RecordDate,
- Count: 1,
- Ctime: item.RecordDate,
- Mtime: item.RecordDate,
- Creater: item.Creater,
- Modifier: item.Creater,
- Status: 1,
- }
- before.GoodId = item.Dialyzers
- before.GoodTypeId = 260
- service.AddSigleDialysisBeforePre(before)
-
- }
-
- if item.Injector > 0 {
- before := &models.DialysisBeforePrepare{
- UserOrgId: id,
- PatientId: item.PatientId,
- RecordDate: item.RecordDate,
- Count: 1,
- Ctime: item.RecordDate,
- Mtime: item.RecordDate,
- Creater: item.Creater,
- Modifier: item.Creater,
- Status: 1,
- }
- before.GoodId = item.Injector
- before.GoodTypeId = 264
- service.AddSigleDialysisBeforePre(before)
-
- }
-
- if item.Bloodlines > 0 {
- before := &models.DialysisBeforePrepare{
- UserOrgId: id,
- PatientId: item.PatientId,
- RecordDate: item.RecordDate,
- Count: 1,
- Ctime: item.RecordDate,
- Mtime: item.RecordDate,
- Creater: item.Creater,
- Modifier: item.Creater,
- Status: 1,
- }
- before.GoodId = item.Bloodlines
- before.GoodTypeId = 262
- service.AddSigleDialysisBeforePre(before)
-
- }
-
- if item.TubingHemodialysis > 0 {
- before := &models.DialysisBeforePrepare{
- UserOrgId: id,
- PatientId: item.PatientId,
- RecordDate: item.RecordDate,
- Count: 1,
- Ctime: item.RecordDate,
- Mtime: item.RecordDate,
- Creater: item.Creater,
- Modifier: item.Creater,
- Status: 1,
- }
- before.GoodId = item.TubingHemodialysis
- before.GoodTypeId = 263
- service.AddSigleDialysisBeforePre(before)
-
- }
-
- if item.Package > 0 {
- before := &models.DialysisBeforePrepare{
- UserOrgId: id,
- PatientId: item.PatientId,
- RecordDate: item.RecordDate,
- Count: 1,
- Ctime: item.RecordDate,
- Mtime: item.RecordDate,
- Creater: item.Creater,
- Modifier: item.Creater,
- Status: 1,
- }
- before.GoodId = item.Package
- before.GoodTypeId = 265
- service.AddSigleDialysisBeforePre(before)
-
- }
-
- if item.ALiquid > 0 {
- before := &models.DialysisBeforePrepare{
- UserOrgId: id,
- PatientId: item.PatientId,
- RecordDate: item.RecordDate,
- Count: 1,
- Ctime: item.RecordDate,
- Mtime: item.RecordDate,
- Creater: item.Creater,
- Modifier: item.Creater,
- Status: 1,
- }
- before.GoodId = item.ALiquid
- before.GoodTypeId = 268
- service.AddSigleDialysisBeforePre(before)
-
- }
-
- }
-
- }
-
- }
-
- }
|