fit : order by 추가.

dev
Leeyh1121 4 months ago
parent e2f9893a24
commit 29b9fae1f5

@ -226,6 +226,7 @@ public class AddsNimsController extends ApplicationController {
//-------------------------------------------------------------------------------------------------
@RequestMapping(value = "dsuseMgtDoc-list.do", name="결과[통보] 처리 조회")
public ModelAndView getDsuseMgtDocList(DsuseMgtDocQuery query) {
query.setOrderBy("dept_cd, dscdmng_id");
setFetchSize(query);
return setCollectionInfo(new ModelAndView("jsonView"), dsuseMgtDocService.getDsuseMgtDocList(query),"","");

@ -80,7 +80,7 @@
tdm.dsuse_prv_cd,
tdm.dsuse_mth_cd,
tdm.dsuse_loc,
tdm.dsuse_de
tdm.dsuse_de
<include refid="utility.paging-suffix" />
</select>

Loading…
Cancel
Save