@@ -28,6 +28,7 @@
from kxs_gd_report
<where>
and del_flag = 0
+ and put_type = 0
and user_id = #{userId}
and status = #{status}
<if test="keyword != null and keyword != ''">
@@ -56,6 +57,7 @@
+ and put_type = 1
<if test="status != null and status == 1">
and status = 1