|
|
@@ -235,7 +235,7 @@ func (this *SupplierDataEntryController) DocExport() {
|
|
|
datamap["AwardName" + strconv.Itoa(i + 1)] = item.AwardName
|
|
|
datamap["WinningTimeStr" + strconv.Itoa(i + 1)] = item.WinningTime.Format("2006-01-02")
|
|
|
datamap["Authorities" + strconv.Itoa(i + 1)] = item.Authorities
|
|
|
- datamap["Remark" + strconv.Itoa(i + 1)] = item.Remark
|
|
|
+ datamap["Aremark" + strconv.Itoa(i + 1)] = item.Remark
|
|
|
}
|
|
|
|
|
|
//var interfaceSlice3 = make([]interface{}, len(tabledata3))
|