|
|
@ -67,7 +67,8 @@ public interface DetailYMapper { |
|
|
|
"<where>", |
|
|
|
// "(status is null or status='1')", |
|
|
|
"<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 in (#{updateType})</if>", |
|
|
|
"<if test='updateTypes!=null'>and update_type in (#{updateTypes})</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='area!=null and area.length>0'>and area=#{area}</if>", |
|
|
|