Browse Source

'fix'

master
public_host 1 year ago
parent
commit
5b638f1c56
  1. 6
      hasaki-gen-crud/template.go

6
hasaki-gen-crud/template.go

@ -472,6 +472,12 @@ func InitializationHttpCrudPrefixHigHead3A60Temp3A60(router *hskgin.GinHelper, a
authority = authoritys[0]
}
router.Any("/Prefix3A60/TempLowHead3A60/tryToInitialize", func(ctx *hskgin.GinContextHelper) {
req := &Temp3A60{}
err := hskdb.XormSync2(&Temp3A60{})
ctx.CheckErrDisplayByError(err)
ctx.DisplayByData(req)
})
/*
@yapi

Loading…
Cancel
Save