Merge remote-tracking branch 'origin/upgrade' into upgrade

This commit is contained in:
TS-QD1 2023-11-04 16:14:14 +08:00
commit 78a039d21a

View File

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