|
@@ -344,8 +344,8 @@ func (obj LjzNczj) refresh(to orm.TxOrmer, edbInfoId, source int, edbInfo, fromE
|
|
}
|
|
}
|
|
|
|
|
|
if itemDate.Equal(currTime) {
|
|
if itemDate.Equal(currTime) {
|
|
- valueMap[itemDate] = yearMap[year]
|
|
+ tmpDateDataMap[itemDate] = yearMap[year]
|
|
- dateList = append(dateList, itemDate)
|
|
+ tmpDateList = append(tmpDateList, itemDate)
|
|
}
|
|
}
|
|
}
|
|
}
|
|
for _, currTime := range tmpDateList {
|
|
for _, currTime := range tmpDateList {
|