|
@ -49,8 +49,10 @@ |
|
|
AND wl.MOBILE = #{mobile} |
|
|
AND wl.MOBILE = #{mobile} |
|
|
</if> |
|
|
</if> |
|
|
<if test="isSelf != null and isSelf != '' and isSelf == '1' "> |
|
|
<if test="isSelf != null and isSelf != '' and isSelf == '1' "> |
|
|
|
|
|
<if test="isSelf == '1' or isSelf == 1"> |
|
|
AND wl.CREATED_BY = #{createdBy} |
|
|
AND wl.CREATED_BY = #{createdBy} |
|
|
</if> |
|
|
</if> |
|
|
|
|
|
</if> |
|
|
<if test="startTime != null and startTime != '' "> |
|
|
<if test="startTime != null and startTime != '' "> |
|
|
AND DATE_FORMAT( wl.CREATED_TIME, '%Y-%m-%d' ) >= #{startTime} |
|
|
AND DATE_FORMAT( wl.CREATED_TIME, '%Y-%m-%d' ) >= #{startTime} |
|
|
</if> |
|
|
</if> |
|
|