dorado 7 请各位大神帮帮看看这个怎么修改

图片说明

 <Control type="DataTable" showIndicator="false" highlightSelection="false" showHScrollBar="false" showFooter="false" dataset="dsEvecHotelAndMeal" showHeader="true" showFilterBar="false" showVScrollBar="false" height="100%" id="tableDsEvecHotelAndMeal" width="100%" readOnly="true" dynaRowHeight="true">
      <Column field="content" sortable="false" headerClickable="true" align="left" name="content">
        <Events>
          <Event name="onRefresh">if(record.getValue(&quot;content&quot;)==&quot;Total&quot;){
  row.style.fontWeight=&quot;bold&quot;;    
}else{
  row.style.fontWeight=&quot;&quot;;    
}
cell.innerHTML = value;
return false;</Event>
        </Events>
      </Column>
      <Column field="expTypeName" sortable="false" headerClickable="true" width="100" align="left" name="expTypeName"/>
      <Column field="currencyType" sortable="false" headerClickable="true" align="left" name="currencyType"/>
      <Column field="expPrice" sortable="false" headerClickable="true" align="right" name="expPrice"/>
      <Column field="rmbPrice" sortable="false" headerClickable="true" align="right" name="rmbPrice"/>
      <Column field="act_expPrice" sortable="false" headerClickable="true" align="right" name="act_expPrice"/>
      <Column field="act_rmbPrice" sortable="false" headerClickable="true" align="right" name="act_rmbPrice"/>
      <Column field="exp_standard" align="right" name="exp_standard"/>
      <!--'CR201503010 20150701   -->
       <Column field="breakfast"  sortable="false" headerClickable="true" align="left" name="breakfast" width="100"/>
       <!-- 'CR201503010 20150717  -->
      <Column field="memo" sortable="false" editorType="textarea" headerClickable="true" noWrap="false" width="380" name="memo">

        <Events>
          <Event name="onRefresh">cell.innerHTML = &quot;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &quot;+value;
return false;</Event>
        </Events>
      </Column>
    </Control>

第四行 将数据库读取出来的第二行信息 显示出来 但是却将第一行的记录赋值上去了 请各位大神帮帮忙 这个代码怎么修改 才能得到 第四行 的信息 显示的是第二行从数据库读取出来的