554325746@qq.com
2019-07-10 5d7ea0a4cbbcd249fff3031eab97ac702283ba9c
fix cache
1个文件已修改
3 ■■■■ 已修改文件
dbpersoninfo.go 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
dbpersoninfo.go
@@ -72,11 +72,12 @@
func Getdbpersonmsg(tableid string, teststring []byte, IsCompare bool) ([]byte) {
    var buf []byte
    if !IsCompare {
        return nil
    }
    if tableid == "" {
    if teststring == nil {
        return nil
    }