Przeglądaj źródła

保险代理人类型翻译

yanliming 5 lat temu
rodzic
commit
13d84ded55

+ 1 - 2
picc-common/src/main/resources/mapper/sys/DataDictionary.xml

@@ -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>