|
@@ -189,7 +189,7 @@
|
189
|
189
|
insert into np_sys_menu /** insertMenu */
|
190
|
190
|
( menu_id, top_menu_no, menu_nm, use_yn, view_num, conn_url, icon_yn, role_desc, open_cd , add_dt, add_id, chg_dt, chg_id, sys_type_cd)
|
191
|
191
|
values
|
192
|
|
- ( #{entity.menuId}, #{entity.topMenuNo}, #{entity.menuNm}, #{entity.useYn}, #{entity.viewNum}, #{entity.connUrl}, #{entity.iconYn}, #{entity.roleDesc}, #{entity.openCd}, now(), #{userId}, now(), #{userId}, #{sysTypeCd})
|
|
192
|
+ ( #{entity.menuId}, #{entity.topMenuNo}, #{entity.menuNm}, #{entity.useYn}, #{entity.viewNum}, #{entity.connUrl}, #{entity.iconYn}, #{entity.roleDesc}, #{entity.openCd}, now(), #{userId}, now(), #{userId}, #{entity.sysTypeCd})
|
193
|
193
|
</insert>
|
194
|
194
|
|
195
|
195
|
<update id="updateMenu" >
|