|
@ -141,7 +141,9 @@ public class EvaluateOfficerServiceImpl extends BaseServiceImpl<EvaluateOfficerD |
|
|
@Override |
|
|
@Override |
|
|
public Result insertPartyList(MultipartFile file,String deptId) { |
|
|
public Result insertPartyList(MultipartFile file,String deptId) { |
|
|
// 清空当前街道数据
|
|
|
// 清空当前街道数据
|
|
|
baseDao.deleteByDeptId(deptId); |
|
|
if(deptId != null && !"".equals(deptId)){ |
|
|
|
|
|
baseDao.deleteByDeptId(deptId); |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
//获取excle版本
|
|
|
//获取excle版本
|
|
|
String isExcel2003 = getExcelInfo(file); |
|
|
String isExcel2003 = getExcelInfo(file); |
|
|