|
@ -69,7 +69,7 @@ public interface DetailYMapper { |
|
|
"<if test='jwcode!=null and jwcode.length>0'>and detail_y.jwcode=#{jwcode}</if>", |
|
|
"<if test='jwcode!=null and jwcode.length>0'>and detail_y.jwcode=#{jwcode}</if>", |
|
|
"<if test='updateType!=null'>and update_type=#{updateType}</if>", |
|
|
"<if test='updateType!=null'>and update_type=#{updateType}</if>", |
|
|
"<if test='startDate != null and endDate != null'>AND detail_y.create_time BETWEEN #{startDate} AND #{endDate}</if>", |
|
|
"<if test='startDate != null and endDate != null'>AND detail_y.create_time BETWEEN #{startDate} AND #{endDate}</if>", |
|
|
"<if test='consume_platform!=null and consume_platform.length>0'>and consume_platform=#{consumePlatform}</if>", |
|
|
|
|
|
|
|
|
"<if test='consumePlatform!=null and consumePlatform.length>0'>and consume_platform=#{consumePlatform}</if>", |
|
|
"</where>", |
|
|
"</where>", |
|
|
"ORDER BY detaily_id desc", |
|
|
"ORDER BY detaily_id desc", |
|
|
"</script>" |
|
|
"</script>" |
|
|