@@ -79,7 +79,9 @@ func (this *BillController) Detail() {
togetherDay = expireDay
createDate = user.LastUpdatedTime.Format("2006年01月02日")
}
-
+ if togetherDay == "0" {
+ togetherDay="1"
+ }
//uid = 41555
firstReadReportType, firstReadReportTitle, err := models.GetFirstReportInfo(uid, startDate)