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