Преглед изворни кода

保险代理人类型翻译

yanliming пре 5 година
родитељ
комит
13d84ded55
1 измењених фајлова са 1 додато и 2 уклоњено
  1. 1 2
      picc-common/src/main/resources/mapper/sys/DataDictionary.xml

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