Browse Source

feat:调整

fuwencai 1 year ago
parent
commit
77f08625e5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      entniche_new/src/service/customer/entiy.go

+ 1 - 1
entniche_new/src/service/customer/entiy.go

@@ -145,7 +145,7 @@ func (this *CustomerOperation) CList(searchCode string, isCliam int64, entUserId
 			updateTime := v["updatetime"]
 			fDate := ""
 			// p303 有项目更新时间取项目更新时间 否则取关注时间
-			if updateTime != 0 {
+			if qutil.IntAll(updateTime) != 0 {
 				fDate = FormatDateWithObj(&updateTime, "2006/01/02")
 			} else {
 				fDate = FormatDateWithObj(&date, "2006/01/02")