url수정
parent
7ab18d7c02
commit
622bf0e381
|
|
@ -133,7 +133,7 @@ public class StandardCodeController extends BaseController {
|
|||
description = "건설기준코드 개정이력 조회",
|
||||
tags = {"StandardCodeController"}
|
||||
)
|
||||
@PostMapping("/testCodeList.do")
|
||||
@PostMapping("/codeListModal.do")
|
||||
public ResponseEntity<List<TnDocumentInfo>> testCodeList(@RequestBody Integer groupseq){
|
||||
return ResponseEntity.ok(standardCodeService.selectStandardCodeRevisionhistoryList(groupseq));
|
||||
}
|
||||
|
|
|
|||
|
|
@ -63,7 +63,7 @@
|
|||
|
||||
|
||||
<select id="selectStandardCodeRevisionhistoryList" resultType="TnDocumentInfo">
|
||||
select tdi.aplcn_bgng_ymd,tdi.doc_file_grp_id from tn_document_info tdi, tn_document_group tdg
|
||||
select tdi.aplcn_bgng_ymd,tdi.doc_file_grp_id,tdi.rvsn_file_grp_id from tn_document_info tdi, tn_document_group tdg
|
||||
where 1 = 1
|
||||
and tdi.group_seq = tdg.group_seq
|
||||
and tdi.kcsc_cd like 'KDS%'
|
||||
|
|
@ -109,7 +109,5 @@
|
|||
a.group_seq
|
||||
order by
|
||||
a.kcsc_cd;
|
||||
|
||||
|
||||
</select>
|
||||
</mapper>
|
||||
Loading…
Reference in New Issue