|
|
|
@ -6,12 +6,12 @@ import org.springframework.stereotype.Controller;
|
|
|
|
|
import org.springframework.web.bind.annotation.RequestMapping;
|
|
|
|
|
import org.springframework.web.servlet.ModelAndView;
|
|
|
|
|
|
|
|
|
|
import net.minidev.json.parser.ParseException;
|
|
|
|
|
import com.fasterxml.jackson.core.JsonProcessingException;
|
|
|
|
|
|
|
|
|
|
import cokr.xit.adds.nims.service.DsuseMgtDetailService;
|
|
|
|
|
import cokr.xit.adds.nims.DsuseMgtDetailQuery;
|
|
|
|
|
import cokr.xit.adds.nims.service.DsuseMgtDetailService;
|
|
|
|
|
import cokr.xit.foundation.web.AbstractController;
|
|
|
|
|
import net.minidev.json.parser.ParseException;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -53,7 +53,6 @@ public class DsuseMgtDetailController extends AbstractController {
|
|
|
|
|
|
|
|
|
|
@RequestMapping(name="마약류폐기 신청서 접수 조회", value=METHOD_URL.getDsuseMgtDetailList)
|
|
|
|
|
public ModelAndView getDsuseMgtList(DsuseMgtDetailQuery query) throws JsonProcessingException, ParseException {
|
|
|
|
|
setFetchSize(query);
|
|
|
|
|
|
|
|
|
|
return setCollectionInfo(new ModelAndView("jsonView"), dsuseMgtDetailService.getDsuseMgtDetailList(query),"","dsuseMgtDetail");
|
|
|
|
|
|
|
|
|
|