修改证件号校验 , 人口录入页面布局 , 年龄解析

This commit is contained in:
java_cuibaocheng@163.com 2023-11-04 15:56:40 +08:00
parent 9d24b9e6ce
commit 56cfc9f68e

View File

@ -1013,6 +1013,9 @@
population_population_info t1 population_population_info t1
WHERE WHERE
t1.is_delete = 0 t1.is_delete = 0
<if test="creator != null and creator != ''">
AND t1.creator = #{creator}
</if>
<if test="idcard != null and idcard != ''"> <if test="idcard != null and idcard != ''">
AND t1.idcard LIKE CONCAT('%', #{idcard}, '%') AND t1.idcard LIKE CONCAT('%', #{idcard}, '%')
</if> </if>