|
@@ -125,7 +125,7 @@ func (e *Entry) FindSalesVolume(pastureList []*model.AppPastureList, startTime,
|
|
|
}
|
|
|
|
|
|
func (e *Entry) UpdatePastureIndicators(pastureId int64, indicatorsDetails *model.IndicatorsDetails, dateTime int64, value string) {
|
|
|
- date := time.Unix(dateTime, 0).Format(model.LayoutDate2)
|
|
|
+ date := time.Unix(dateTime, 0).Format(model.LayoutMonth)
|
|
|
where := &model.IndicatorsData{
|
|
|
PastureId: pastureId,
|
|
|
Date: date,
|