|
@@ -23,7 +23,7 @@
|
|
AND status =#{status}
|
|
AND status =#{status}
|
|
</if>
|
|
</if>
|
|
<if test="userName != null and userName != ''">
|
|
<if test="userName != null and userName != ''">
|
|
- AND userName like concat('%',#{userName},'%')
|
|
|
|
|
|
+ AND user_name like concat('%',#{userName},'%')
|
|
</if>
|
|
</if>
|
|
<if test="startDate != null and startDate != ''">
|
|
<if test="startDate != null and startDate != ''">
|
|
AND stat_date >=#{startDate}
|
|
AND stat_date >=#{startDate}
|
|
@@ -52,7 +52,7 @@
|
|
AND status =#{status}
|
|
AND status =#{status}
|
|
</if>
|
|
</if>
|
|
<if test="userName != null and userName != ''">
|
|
<if test="userName != null and userName != ''">
|
|
- AND userName like concat('%',#{userName},'%')
|
|
|
|
|
|
+ AND user_name like concat('%',#{userName},'%')
|
|
</if>
|
|
</if>
|
|
<if test="startDate != null and startDate != ''">
|
|
<if test="startDate != null and startDate != ''">
|
|
AND stat_date >=#{startDate}
|
|
AND stat_date >=#{startDate}
|
|
@@ -86,7 +86,7 @@
|
|
AND status =#{status}
|
|
AND status =#{status}
|
|
</if>
|
|
</if>
|
|
<if test="userName != null and userName != ''">
|
|
<if test="userName != null and userName != ''">
|
|
- AND userName like concat('%',#{userName},'%')
|
|
|
|
|
|
+ AND user_name like concat('%',#{userName},'%')
|
|
</if>
|
|
</if>
|
|
<if test="startDate != null and startDate != ''">
|
|
<if test="startDate != null and startDate != ''">
|
|
AND stat_date >=#{startDate}
|
|
AND stat_date >=#{startDate}
|