|
@@ -88,10 +88,10 @@ public interface FsUserIntegralLogsMapper
|
|
|
"and l.user_id = #{maps.userId} " +
|
|
|
"</if>" +
|
|
|
"<if test = 'maps.type != null and maps.type==1 '> " +
|
|
|
- "and l.integral >= 0 " +
|
|
|
+ "and l.integral >= 0 " +
|
|
|
"</if>" +
|
|
|
"<if test = 'maps.type != null and maps.type==2 '> " +
|
|
|
- "and l.integral < 0 " +
|
|
|
+ "and l.integral < 0 " +
|
|
|
"</if>" +
|
|
|
" order by l.id desc "+
|
|
|
"</script>"})
|