Commit 91cac1a5 authored by xiachenqi's avatar xiachenqi

支持查询和导出天津河北个人邮寄信息相关代码

parent 2387cff2
......@@ -577,7 +577,7 @@ public class PersonPostApi {
cell = row.createCell(13);
cell.setCellValue(personPostEntity.getGetToCity());
cell = row.createCell(14);
cell.setCellValue(personPostEntity.getGetToProvince());
cell.setCellValue(personPostEntity.getGetToCounty());
cell = row.createCell(15);
cell.setCellValue(personPostEntity.getRecipientAddress());
cell = row.createCell(16);
......
......@@ -113,8 +113,7 @@ public class PersonPostServiceImpl implements PersonPostService {
@Override
public int findPersonalDataCountByImportDate(String starDate, String endDate) {
int count = personPostMapper.selectPersonalDataCountByImportDate(starDate, endDate);
return count;
return personPostMapper.selectPersonalDataCountByImportDate(starDate, endDate);
}
@Override
......
......@@ -241,6 +241,7 @@
<option value="">--请选择分拣信息--</option>
<option value="1">城区</option>
<option value="5">远郊</option>
<option value="6">天津河北</option>
<option value="0">其他</option>
</select>
</td>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment