|
@ -70,6 +70,7 @@ public interface DetailYMapper { |
|
|
"<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='consumePlatform!=null and consumePlatform.length>0'>and consume_platform=#{consumePlatform}</if>", |
|
|
"<if test='consumePlatform!=null and consumePlatform.length>0'>and consume_platform=#{consumePlatform}</if>", |
|
|
|
|
|
"<if test='area!=null and area.length>0'>and area=#{area}</if>", |
|
|
"</where>", |
|
|
"</where>", |
|
|
"ORDER BY detaily_id desc", |
|
|
"ORDER BY detaily_id desc", |
|
|
"</script>" |
|
|
"</script>" |
|
|