@@ -20,7 +20,7 @@
<select id="getMenuGroupInfo" parameterType="Map" resultType="Map">
select t.g_id,t.name,t.icon,t.label,t.seq,t.description,t.g_id gId
from m_menu_group t
- where 1 =1
+ where t.status_cd= '0'
<if test="gId !=null and gId != ''">
and t.g_id= #{gId}
</if>
@@ -30,9 +30,6 @@
<if test="icon !=null and icon != ''">
and t.icon= #{icon}
- <if test="statusCd !=null and statusCd != ''">
- and t.status_cd= #{statusCd}
- </if>
<if test="label !=null and label != ''">
and t.label= #{label}
@@ -218,7 +218,7 @@ and t.service_business_id= #{serviceBusinessId}
ct.business_type_cd= #{businessTypeCd},
<if test="description !=null and description != ''">
- ct.description= #{description},
+ ct.description= #{description}
</set>