|
@@ -333,7 +333,7 @@
|
|
and cgu.period_status != -1
|
|
and cgu.period_status != -1
|
|
</if>
|
|
</if>
|
|
<if test="searchKey != null and searchKey != '' ">
|
|
<if test="searchKey != null and searchKey != '' ">
|
|
- and (u.realname like concat('%', #{searchKey}, '%') or u.id_card like concat('%', #{searchKey}, '%'))
|
|
|
|
|
|
+ and (u.realname like concat('%', #{searchKey}, '%') or u.id_card like concat('%', #{searchKey}, '%') or g.goods_name like concat('%', #{searchKey}, '%') or g.code like concat('%', #{searchKey}, '%'))
|
|
</if>
|
|
</if>
|
|
<if test="periodStatus != 2 ">
|
|
<if test="periodStatus != 2 ">
|
|
order by cgu.update_time desc
|
|
order by cgu.update_time desc
|