|
@ -55,6 +55,9 @@ public interface DfYhPlanMapper extends BaseMapper<DfYhPlan> { |
|
|
"<if test='dto.endDate != null'>", |
|
|
"<if test='dto.endDate != null'>", |
|
|
"AND yh.end_date <= #{dto.endDate} ", |
|
|
"AND yh.end_date <= #{dto.endDate} ", |
|
|
"</if>", |
|
|
"</if>", |
|
|
|
|
|
"<if test='dto.status != null and dto.status != \"\"'>", |
|
|
|
|
|
"AND yh.status = #{dto.status} ", |
|
|
|
|
|
"</if>", |
|
|
"ORDER BY yh.create_time DESC", |
|
|
"ORDER BY yh.create_time DESC", |
|
|
"</script>" |
|
|
"</script>" |
|
|
}) |
|
|
}) |
|
|