|
|
|
@ -10,7 +10,6 @@ import (
|
|
|
|
|
"dsBaseRpc/Utils/SqlKit"
|
|
|
|
|
"dsBaseRpc/models"
|
|
|
|
|
"errors"
|
|
|
|
|
"fmt"
|
|
|
|
|
"github.com/xormplus/builder"
|
|
|
|
|
"strings"
|
|
|
|
|
"time"
|
|
|
|
@ -169,10 +168,6 @@ func PageBaseOrganization(in *BaseOrganizationProto.QueryArg) ([]map[string]inte
|
|
|
|
|
//通过SQL获取带缓存的数据
|
|
|
|
|
list, count, err := SqlKit.QueryForPk(sql)
|
|
|
|
|
|
|
|
|
|
//构建一个强制转换的错误~~~~
|
|
|
|
|
fmt.Println(list[0]["bureau_id"].(int64))
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//修改密码的显示项目
|
|
|
|
|
SysLoginpersonDao.FillPwd(&list)
|
|
|
|
|
return list, count, err
|
|
|
|
|