87,994
社区成员
发帖
与我相关
我的任务
分享
{
"has_next": true,
"result": [
{
"pk": 36424868,
"model": "searchapps.artsindexmessage",
"fields": {
"serialid": "",
"appname": "adlocationqu",
"addtime": "2017-06-15T14:00:40",
"destination": "online",
"messagetype": "full",
"timespent": 19000,
"starttime": "2017-06-15T14:00:37",
"fullindexversion": "20170615140021",
"action": "switch",
"path": "adlocationqu/full/20170615140021",
"indexcount": 46963,
"extrainfo": "",
"indexsize": 0
}
},
{
"pk": 36361159,
"model": "searchapps.artsindexmessage",
"fields": {
"serialid": "",
"appname": "adlocationqu",
"addtime": "2017-06-14T14:00:39",
"destination": "online",
"messagetype": "full",
"timespent": 18000,
"starttime": "2017-06-14T14:00:36",
"fullindexversion": "20170614140021",
"action": "switch",
"path": "adlocationqu/full/20170614140021",
"indexcount": 46959,
"extrainfo": "",
"indexsize": 0
}
},
{
"pk": 36296869,
"model": "searchapps.artsindexmessage",
"fields": {
"serialid": "",
"appname": "adlocationqu",
"addtime": "2017-06-13T14:00:39",
"destination": "online",
"messagetype": "full",
"timespent": 18000,
"starttime": "2017-06-13T14:00:36",
"fullindexversion": "20170613140021",
"action": "switch",
"path": "adlocationqu/full/20170613140021",
"indexcount": 46940,
"extrainfo": "",
"indexsize": 0
}
},
{
"pk": 36230950,
"model": "searchapps.artsindexmessage",
"fields": {
"serialid": "",
"appname": "adlocationqu",
"addtime": "2017-06-12T14:00:39",
"destination": "online",
"messagetype": "full",
"timespent": 19000,
"starttime": "2017-06-12T14:00:36",
"fullindexversion": "20170612140020",
"action": "switch",
"path": "adlocationqu/full/20170612140020",
"indexcount": 46938,
"extrainfo": "",
"indexsize": 0
}
},
{
"pk": 36167347,
"model": "searchapps.artsindexmessage",
"fields": {
"serialid": "",
"appname": "adlocationqu",
"addtime": "2017-06-11T14:00:39",
"destination": "online",
"messagetype": "full",
"timespent": 18000,
"starttime": "2017-06-11T14:00:36",
"fullindexversion": "20170611140021",
"action": "switch",
"path": "adlocationqu/full/20170611140021",
"indexcount": 46935,
"extrainfo": "",
"indexsize": 0
}
},
{
"pk": 36104302,
"model": "searchapps.artsindexmessage",
"fields": {
"serialid": "",
"appname": "adlocationqu",
"addtime": "2017-06-10T14:00:40",
"destination": "online",
"messagetype": "full",
"timespent": 20000,
"starttime": "2017-06-10T14:00:36",
"fullindexversion": "20170610140020",
"action": "switch",
"path": "adlocationqu/full/20170610140020",
"indexcount": 46935,
"extrainfo": "",
"indexsize": 0
}
},
{
"pk": 36039231,
"model": "searchapps.artsindexmessage",
"fields": {
"serialid": "",
"appname": "adlocationqu",
"addtime": "2017-06-09T14:00:39",
"destination": "online",
"messagetype": "full",
"timespent": 18000,
"starttime": "2017-06-09T14:00:36",
"fullindexversion": "20170609140021",
"action": "switch",
"path": "adlocationqu/full/20170609140021",
"indexcount": 46924,
"extrainfo": "",
"indexsize": 0
}
},
{
"pk": 35972028,
"model": "searchapps.artsindexmessage",
"fields": {
"serialid": "",
"appname": "adlocationqu",
"addtime": "2017-06-08T14:00:39",
"destination": "online",
"messagetype": "full",
"timespent": 18000,
"starttime": "2017-06-08T14:00:36",
"fullindexversion": "20170608140021",
"action": "switch",
"path": "adlocationqu/full/20170608140021",
"indexcount": 46942,
"extrainfo": "",
"indexsize": 0
}
},
{
"pk": 35905584,
"model": "searchapps.artsindexmessage",
"fields": {
"serialid": "",
"appname": "adlocationqu",
"addtime": "2017-06-07T14:00:39",
"destination": "online",
"messagetype": "full",
"timespent": 19000,
"starttime": "2017-06-07T14:00:36",
"fullindexversion": "20170607140020",
"action": "switch",
"path": "adlocationqu/full/20170607140020",
"indexcount": 46938,
"extrainfo": "",
"indexsize": 0
}
},
{
"pk": 35837976,
"model": "searchapps.artsindexmessage",
"fields": {
"serialid": "",
"appname": "adlocationqu",
"addtime": "2017-06-06T14:00:39",
"destination": "online",
"messagetype": "full",
"timespent": 19000,
"starttime": "2017-06-06T14:00:36",
"fullindexversion": "20170606140020",
"action": "switch",
"path": "adlocationqu/full/20170606140020",
"indexcount": 46936,
"extrainfo": "",
"indexsize": 0
}
}
]
}
$.ajax('/application/indexhistory?appName=' + '${appName}' + '&page=' + page).done(function (data) {
list = _(data.result).map(function (record) {
record.fields.addtime_display = record.fields.addtime.replace('T', ' ');
if(type == 'full'){
record.fields.version = record.fields.fullindexversion;
}
else{
record.fields.version = record.fields.serialid;
}
return _.template('<tr>'
+ '<td><%= version %></td>'
+ '<td><%= addtime_display %></td>'
+ '<td class="text-right time-spent"><%= timespent %></td>'
+ '<td class="text-right"><%= indexcount %></td>'
+ '</tr>', record.fields);
});
$('#full-history').html('<p> aaa' + list + '</p>');
setButtonState(data, page);
});