|
|
@ -84,8 +84,9 @@ public interface DetailYMapper { |
|
|
|
"`detail_y`", |
|
|
|
"<where>", |
|
|
|
"<if test='jwcode!=null and jwcode.length>0'>AND jwcode=#{jwcode}</if>", |
|
|
|
"<if test='updateType!=null'>AND update_type=#{updateType}</if>", |
|
|
|
"<if test='startDate != null and endDate != null'>AND create_time BETWEEN #{startDate} AND #{endDate}</if>", |
|
|
|
// "<if test='updateType!=null'>AND update_type=#{updateType}</if>", |
|
|
|
// "<if test='startDate != null and endDate != null'>AND create_time BETWEEN #{startDate} AND #{endDate}</if>", |
|
|
|
"<if test='area!=null and area.length>0'>AND area=#{area}</if>", |
|
|
|
"</where>", |
|
|
|
"</script>" |
|
|
|
}) |
|
|
|