瀏覽代碼

feat:调整

fuwencai 1 年之前
父節點
當前提交
77f08625e5
共有 1 個文件被更改,包括 1 次插入1 次删除
  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")