This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
packageSysKit
import(
"dsBaseRpc/Const"
"dsBaseRpc/Utils/CommonUtil"
"dsBaseRpc/Utils/DbUtil"
"dsBaseRpc/Utils/RedisUtil"
"fmt"
"strings"
)
//操作数据库的变量
vardb=DbUtil.Engine
/**
功能:初始化每类人群(三种)的最大num值,放入redis,防止并发冲突
作者:黄海
时间:2020-06-03
*/
funcInitLoginIdIntMax(){
sql:="select ifnull(max(id_int),0) as login_id_int_max from t_sys_loginperson"