|
@@ -147,10 +147,9 @@
|
|
|
from sys_data_dictionary a
|
|
|
where a.id_=#{0} and a.del_flag = 0
|
|
|
</select>
|
|
|
-
|
|
|
<select id="findParentId" parameterType="string" resultType="string">
|
|
|
select a.name_ as name
|
|
|
from sys_data_dictionary a
|
|
|
- where a.parent_id =#{parentId} and a.value_=#{0} and a.del_flag = 0
|
|
|
+ where a.parent_id =#{parentId} and a.value_=#{value} and a.del_flag = 0
|
|
|
</select>
|
|
|
</mapper>
|