|
@@ -72,7 +72,7 @@ public interface FsUserIntegralLogsMapper
|
|
|
*/
|
|
*/
|
|
|
public int deleteFsUserIntegralLogsByIds(Long[] ids);
|
|
public int deleteFsUserIntegralLogsByIds(Long[] ids);
|
|
|
@Select({"<script> " +
|
|
@Select({"<script> " +
|
|
|
- "select l.id,l.user_id,l.log_type,l.integral,l.balance,l.business_id,l.create_time,l.business_type,l.status,l.phone,l.nick_name,u.nick_name,u.phone " +
|
|
|
|
|
|
|
+ "select l.id,l.user_id,l.log_type,l.integral,l.balance,l.business_id,l.create_time,l.business_type,l.status,u.nick_name,u.phone " +
|
|
|
"from fs_user_integral_logs l " +
|
|
"from fs_user_integral_logs l " +
|
|
|
"LEFT JOIN fs_user u ON u.user_id=l.user_id "+
|
|
"LEFT JOIN fs_user u ON u.user_id=l.user_id "+
|
|
|
" <where> \n" +
|
|
" <where> \n" +
|