|
|
@ -132,7 +132,7 @@ public class EcCtznSttemntController {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@RequestMapping("/saveImg")
|
|
|
|
@RequestMapping("/saveImg")
|
|
|
|
public ModelAndView saveImg (final CtznStmtDTO dto, @RequestBody Map<String, Object> paraMap) {
|
|
|
|
public ModelAndView saveImg (@RequestBody Map<String, Object> paraMap) {
|
|
|
|
ModelAndView mav = new ModelAndView(FrameworkConstants.JSON_VIEW);
|
|
|
|
ModelAndView mav = new ModelAndView(FrameworkConstants.JSON_VIEW);
|
|
|
|
|
|
|
|
|
|
|
|
service.dragAndDropSaveImg(paraMap);
|
|
|
|
service.dragAndDropSaveImg(paraMap);
|
|
|
|