소스 검색

保险代理人类型翻译

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>