There is no getter for property named 'id' in 'class java.lang.String'
map.put("info",saveJson.get("info")); map.put("resn",saveJson.get("resn")); map.put("user",getUserInfo(request)); 컨트롤러는 대략 이랬고 맵은 대략 이런식으로 구성되어있음 { resn=[{fclt_nm=㈜재톨, , rcy_cd=폐섬유류, oldValue=0, value=343, mdfy_resn=ggg, sts_wst_type_cd=RCY0104}] , user={ratio_cd=1, work=관리자, is_valid_pw=SUCCESS, isLogined=true, dpt=관리자, reg_date=2021-10-05 00:00:00.0, sgg=23040, users_role=4, upd_date=2021-10-0..
2021. 11. 3.
VALUES 목록은 모두 같은 길이여야 함
진짜 떄려주고싶었던 오류... 구글에 쳐봐도 선배님들은 대답이 없었고.. 나는 눈물을 뚝뚝흘리며 오류를 고쳐나갔다... INSERT INTO t_record_amt_life_mrs( sts_wst_type ,tot_amt ,pp_rcy ,pp_inc ,pp_lnd ,pp_etc ,sp_rcy ,sp_inc ,sp_lnd ,sp_etc ,sp_sea ,sp_exp ,cs_rcy ,cs_inc ,cs_lnd ,cs_etc ,cs_sea ,sts_wst_type_cd ,fclt_sn ,fclt_nm ,sgg ,fclt_year ,fclt_mth ) VALUES ( #{data.rcy_cd} /* choose*/ ,#{data.pp_rcy}::numeric(9,2) ,#{data.pp_inc}::numeric(..
2021. 11. 2.