修复bug
This commit is contained in:
parent
deb3e54cc3
commit
5c775b4539
@ -778,6 +778,9 @@ func (that *MakeCode) Search(table string, userData Map, req *http.Request, db *
|
||||
data[table+"."+searchItemName] = reqValue
|
||||
|
||||
}
|
||||
if sort["ORDER"] == nil {
|
||||
sort["ORDER"] = table + ".id DESC"
|
||||
}
|
||||
|
||||
where := Map{}
|
||||
|
||||
|
@ -5,7 +5,7 @@ import (
|
||||
. "../../../hotime/common"
|
||||
)
|
||||
|
||||
var ID = "9f282d751e499876df730d492e36d335"
|
||||
var ID = "ede7cc05f2e6c63b4572883f4b9a9853"
|
||||
|
||||
// Project 管理端项目
|
||||
var Project = Proj{
|
||||
|
BIN
example/bzyy.exe
BIN
example/bzyy.exe
Binary file not shown.
@ -1,5 +1,5 @@
|
||||
{
|
||||
"id": "9f282d751e499876df730d492e36d335",
|
||||
"id": "ede7cc05f2e6c63b4572883f4b9a9853",
|
||||
"label": "HoTime管理平台",
|
||||
"menus": [
|
||||
{
|
||||
@ -135,6 +135,11 @@
|
||||
"sortable": true,
|
||||
"type": "number",
|
||||
"value": "name"
|
||||
},
|
||||
{
|
||||
"label": "手机号",
|
||||
"name": "phone",
|
||||
"type": "text"
|
||||
}
|
||||
],
|
||||
"label": "人员管理",
|
||||
|
Loading…
Reference in New Issue
Block a user