|
|
@@ -76,6 +76,14 @@
|
|
|
<if test="hwUser.registerTime_begin != null and hwUser.registerTime_begin !=''">
|
|
|
and a.register_time between #{hwUser.registerTime_begin} and #{hwUser.registerTime_end}
|
|
|
</if>
|
|
|
+ <if test="hwUser.idcardPictureType != null">
|
|
|
+ <if test="hwUser.idcardPictureType==1">
|
|
|
+ AND a.idcard_front is null
|
|
|
+ </if>
|
|
|
+ <if test="hwUser.idcardPictureType ==2">
|
|
|
+ AND a.idcard_front is not null
|
|
|
+ </if>
|
|
|
+ </if>
|
|
|
</where>
|
|
|
group by a.id
|
|
|
ORDER BY a.register_time DESC,a.id asc
|