Commit e5708f82 by zlr

右侧搜索

parent da9dfea3
...@@ -28,8 +28,8 @@ ...@@ -28,8 +28,8 @@
DEATH_DATE 'siDeathDate' DEATH_DATE 'siDeathDate'
FROM FROM
fis_cremation_info_sum fis_cremation_info_sum
WHERE NAME n WHERE NAME = #{keyword}
OR ID_CARD=#{keyword} OR ID_CARD = #{keyword}
</select> </select>
<!--近三年死亡人口--> <!--近三年死亡人口-->
......
...@@ -119,7 +119,7 @@ ...@@ -119,7 +119,7 @@
<select id="search" resultType="java.util.Map"> <select id="search" resultType="java.util.Map">
SELECT AIAX0001 'type', AIAP0005 'manName', AIAP0006 'girl', AIAP0013 'manIdCard', AIAP0014 'girlIdCard', AIAP0015 'manNationality', AIAP0016 'girlNationality', AIAP0023 'manState', AIAP0024 'girlState', AIAP0027 'manDomicile', AIAP0028 'girlDomicile', AIAX0035 'manContact', AIAX0036 'girlContact', AIAX0059 'archiveYear', AIAX0048 'registerDate' SELECT AIAX0001 'type', AIAP0005 'manName', AIAP0006 'girl', AIAP0013 'manIdCard', AIAP0014 'girlIdCard', AIAP0015 'manNationality', AIAP0016 'girlNationality', AIAP0023 'manState', AIAP0024 'girlState', AIAP0027 'manDomicile', AIAP0028 'girlDomicile', AIAX0035 'manContact', AIAX0036 'girlContact', AIAX0059 'archiveYear', AIAX0048 'registerDate'
FROM `mrcase` FROM `mrcase`
WHERE AIAP0005 c WHERE AIAP0005 = #{keyword}
OR AIAP0006 = #{keyword} OR AIAP0006 = #{keyword}
OR AIAP0013 = #{keyword} OR AIAP0013 = #{keyword}
OR AIAP0014 = #{keyword} OR AIAP0014 = #{keyword}
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
FROM FROM
baf01 baf01
WHERE WHERE
AXDF0002 c AXDF0002 = #{keyword}
OR AXDF0004=#{keyword} OR AXDF0004 = #{keyword}
</select> </select>
</mapper> </mapper>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment