|
@ -54,6 +54,7 @@ public interface DfCheckingLineMapper extends BaseMapper<DfCheckingLine> { |
|
|
"<if test='dto.dutyHolderType != null and dto.dutyHolderType != \"\"'>", |
|
|
"<if test='dto.dutyHolderType != null and dto.dutyHolderType != \"\"'>", |
|
|
"and line.duty_holder_type = #{dto.dutyHolderType} ", |
|
|
"and line.duty_holder_type = #{dto.dutyHolderType} ", |
|
|
"</if>", |
|
|
"</if>", |
|
|
|
|
|
"order by line.update_time desc ", |
|
|
"</script>" |
|
|
"</script>" |
|
|
}) |
|
|
}) |
|
|
@Results(value = { |
|
|
@Results(value = { |
|
|