main
parent
4a4ee41870
commit
acce2ef9eb
|
|
@ -1165,11 +1165,11 @@ public class LoginController {
|
||||||
msg = "<script>alert('기존회원에 한하여 최초 1회 액상화 위험지도 사용확인 요청 페이지로 이동합니다.');</script>";
|
msg = "<script>alert('기존회원에 한하여 최초 1회 액상화 위험지도 사용확인 요청 페이지로 이동합니다.');</script>";
|
||||||
mv = new ModelAndView("home/liq_chk");
|
mv = new ModelAndView("home/liq_chk");
|
||||||
}
|
}
|
||||||
if ("Y".equals(admPwdChg)) {
|
if ("Y".equals(admPwdChg) && (cls.equals("0") || cls.equals("1")) ) {
|
||||||
msg = "<script>alert('비밀번호가 초기화 됐습니다. 비밀번호를 변경해주세요.');</script>";
|
msg = "<script>alert('비밀번호가 초기화 됐습니다. 비밀번호를 변경해주세요.');</script>";
|
||||||
url = "topMenuSelect.do?url=mypage_passch";
|
url = "topMenuSelect.do?url=mypage_passch";
|
||||||
}
|
}
|
||||||
if ("".equals(di)) {
|
if ("".equals(di) && (cls.equals("0") || cls.equals("1")) ) {
|
||||||
msg = "<script>alert('본인인증 완료 후 이용바랍니다.');</script>";
|
msg = "<script>alert('본인인증 완료 후 이용바랍니다.');</script>";
|
||||||
url = "topMenuSelect.do?url=mypage_passch";
|
url = "topMenuSelect.do?url=mypage_passch";
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -45,7 +45,6 @@ function selectGrid1(){
|
||||||
let item = grid1Data[i];
|
let item = grid1Data[i];
|
||||||
if(item != null){
|
if(item != null){
|
||||||
let fieldwpAvgPermeailityPr = item.fieldwpAvgPermeability.toFixed(10);
|
let fieldwpAvgPermeailityPr = item.fieldwpAvgPermeability.toFixed(10);
|
||||||
|
|
||||||
while(fieldwpAvgPermeailityPr.endsWith('0')){
|
while(fieldwpAvgPermeailityPr.endsWith('0')){
|
||||||
fieldwpAvgPermeailityPr = fieldwpAvgPermeailityPr.slice(0, -1);
|
fieldwpAvgPermeailityPr = fieldwpAvgPermeailityPr.slice(0, -1);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue