|
@@ -6,11 +6,9 @@ import java.io.File;
|
|
|
import java.io.FileInputStream;
|
|
|
import java.io.InputStream;
|
|
|
import java.net.URLEncoder;
|
|
|
-import java.util.HashSet;
|
|
|
import java.util.LinkedHashMap;
|
|
|
import java.util.List;
|
|
|
import java.util.Map;
|
|
|
-import java.util.Set;
|
|
|
|
|
|
import javax.servlet.http.HttpServletRequest;
|
|
|
import javax.servlet.http.HttpServletResponse;
|
|
@@ -35,7 +33,6 @@ import com.fuzamei.service.UserAuthoricationService;
|
|
|
import com.fuzamei.service.ValuationAccountingService;
|
|
|
import com.fuzamei.utils.ExcelUtil;
|
|
|
import com.fuzamei.utils.JSONUtil;
|
|
|
-import com.fuzamei.utils.MapUtil;
|
|
|
import com.fuzamei.utils.PageDTO;
|
|
|
import com.fuzamei.utils.RelativePathUtil;
|
|
|
//import com.fuzamei.utils.RelativePathUtil;
|
|
@@ -59,8 +56,6 @@ public class ValuationAccountingAction {
|
|
|
@Autowired
|
|
|
private AttachmentService attachmentService;
|
|
|
|
|
|
- private static final String SP = File.separator; //系统分隔符,随操作系统而决定
|
|
|
-
|
|
|
private static final int ROW_NUM = 10; // 分页每页显示数据的数量
|
|
|
/**
|
|
|
*
|
|
@@ -522,7 +517,7 @@ public class ValuationAccountingAction {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- @RequestMapping(value="/test",method=RequestMethod.POST)
|
|
|
+ /*@RequestMapping(value="/test",method=RequestMethod.POST)
|
|
|
@ResponseBody
|
|
|
public Map<String, Object> test(@RequestBody String data){
|
|
|
try {
|
|
@@ -534,6 +529,6 @@ public class ValuationAccountingAction {
|
|
|
} catch (Exception e) {
|
|
|
return JSONUtil.getJsonMap(500, false, HintMSG.UPLOAD_FAIL+":"+e.getMessage(),null); //返回给前端一个map进行前段提示
|
|
|
}
|
|
|
- }
|
|
|
+ }*/
|
|
|
|
|
|
}
|