|
@@ -858,11 +858,11 @@ func (this *DataExport) GetPcEntAuth() {
|
|
|
if hideUsers[util.IntAll(val["id"])] {
|
|
|
entnicheMenu = false
|
|
|
} else {
|
|
|
- loc, _ := time.LoadLocation("Local")
|
|
|
- t2, _ := time.ParseInLocation("2006-01-02 15:04:05", util.ObjToString(val["createtimes"]), loc)
|
|
|
- if t2.Unix() > int64(1642227707) {
|
|
|
+ //loc, _ := time.LoadLocation("Local")
|
|
|
+ //t2, _ := time.ParseInLocation("2006-01-02 15:04:05", util.ObjToString(val["createtimes"]), loc)
|
|
|
+ //if t2.Unix() > int64(1642227707) {
|
|
|
isNew = true
|
|
|
- }
|
|
|
+ //}
|
|
|
entnicheMenu = true
|
|
|
}
|
|
|
break
|
|
@@ -884,11 +884,11 @@ func (this *DataExport) GetPcEntAuth() {
|
|
|
if hideUsers[util.IntAll(vv["id"])] {
|
|
|
entnicheMenu = false
|
|
|
} else {
|
|
|
- loc, _ := time.LoadLocation("Local")
|
|
|
- t2, _ := time.ParseInLocation("2006-01-02 15:04:05", util.ObjToString(vv["createtime"]), loc)
|
|
|
- if t2.Unix() > int64(1642227707) {
|
|
|
+ //loc, _ := time.LoadLocation("Local")
|
|
|
+ //t2, _ := time.ParseInLocation("2006-01-02 15:04:05", util.ObjToString(vv["createtime"]), loc)
|
|
|
+ //if t2.Unix() > int64(1642227707) {
|
|
|
isNew = true
|
|
|
- }
|
|
|
+ //}
|
|
|
entnicheMenu = true
|
|
|
}
|
|
|
}
|