修改证件号校验 , 人口录入页面布局 , 年龄解析
This commit is contained in:
parent
9d24b9e6ce
commit
56cfc9f68e
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user