diff --git a/egovframe-template-simple-react-contribution/src/css/Custom/customMain.css b/egovframe-template-simple-react-contribution/src/css/Custom/customMain.css
index d171b37..e7f5e49 100644
--- a/egovframe-template-simple-react-contribution/src/css/Custom/customMain.css
+++ b/egovframe-template-simple-react-contribution/src/css/Custom/customMain.css
@@ -18,14 +18,14 @@
}
.code_list .head >span:nth-child(2),.code_list .result .List_Codes >div:nth-child(2){
text-align: left;
- width: 13%;
+ width: 15%;
}
.code_list .head >span:nth-child(3),.code_list .result .List_Codes >div:nth-child(3){
text-align: left;
width: 10%;
}
.code_list .head >span:nth-child(4),.code_list .result .List_Codes >div:nth-child(4) {
- width: 36%;
+ width: 34%;
text-align: left;
}
.code_list .head >span:nth-child(5),.code_list .result .List_Codes >div:nth-child(5){
@@ -65,7 +65,7 @@
border-radius: 4px;
border: 1px solid black;
text-decoration: none;
-
+ cursor: pointer;
}
.vieweratag:hover{
transition: background-color .3s;
diff --git a/egovframe-template-simple-react-contribution/src/pages/standardCode/StandardCodeList.jsx b/egovframe-template-simple-react-contribution/src/pages/standardCode/StandardCodeList.jsx
index 7a2caf4..3c1f2eb 100644
--- a/egovframe-template-simple-react-contribution/src/pages/standardCode/StandardCodeList.jsx
+++ b/egovframe-template-simple-react-contribution/src/pages/standardCode/StandardCodeList.jsx
@@ -19,7 +19,7 @@ function StandardCodeList(props) {
const groupseq = param.groupseq;
console.log(groupseq);
EgovNet.requestFetch(
- '/standardCode/testCodeList.do',
+ '/standardCode/codeListModal.do',
{
method: "POST",
headers: {
@@ -120,7 +120,7 @@ function StandardCodeList(props) {
{item.middleCategory}
{item.kcscCd}
{item.groupNm}
-
+
{item.contentcount>0?
내용보기:null}
{item.docFileGrpId==null?null:
}
@@ -161,7 +161,7 @@ function StandardCodeList(props) {
{/* */}
-
+
{/* */}
diff --git a/egovframe-template-simple-react-contribution/src/pages/standardCode/viewer.js b/egovframe-template-simple-react-contribution/src/pages/standardCode/viewer.js
index 4f0af1f..c61abf3 100644
--- a/egovframe-template-simple-react-contribution/src/pages/standardCode/viewer.js
+++ b/egovframe-template-simple-react-contribution/src/pages/standardCode/viewer.js
@@ -143,7 +143,12 @@ function CodeViewer(props) {
const docPartMap = new Map();
for(let i=0; i
'+
''+
diff --git a/kcsc-back-end/src/main/java/com/dbnt/kcscbackend/standardCode/StandardCodeController.java b/kcsc-back-end/src/main/java/com/dbnt/kcscbackend/standardCode/StandardCodeController.java
index 3128d29..57ca243 100644
--- a/kcsc-back-end/src/main/java/com/dbnt/kcscbackend/standardCode/StandardCodeController.java
+++ b/kcsc-back-end/src/main/java/com/dbnt/kcscbackend/standardCode/StandardCodeController.java
@@ -133,7 +133,7 @@ public class StandardCodeController extends BaseController {
description = "건설기준코드 개정이력 조회",
tags = {"StandardCodeController"}
)
- @PostMapping("/testCodeList.do")
+ @PostMapping("/codeListModal.do")
public ResponseEntity> testCodeList(@RequestBody Integer groupseq){
return ResponseEntity.ok(standardCodeService.selectStandardCodeRevisionhistoryList(groupseq));
}
diff --git a/kcsc-back-end/src/main/resources/mybatisMapper/StandardCodeMapper.xml b/kcsc-back-end/src/main/resources/mybatisMapper/StandardCodeMapper.xml
index d69e018..04f40f5 100644
--- a/kcsc-back-end/src/main/resources/mybatisMapper/StandardCodeMapper.xml
+++ b/kcsc-back-end/src/main/resources/mybatisMapper/StandardCodeMapper.xml
@@ -63,7 +63,7 @@
\ No newline at end of file