Browse Source

fix: 路线列表倒叙排列

master_tdsql
hxh 10 months ago
parent
commit
74b7dac8c2
  1. 1
      shuili-system/src/main/java/com/kms/yxgh/df/mapper/DfCheckingLineMapper.java

1
shuili-system/src/main/java/com/kms/yxgh/df/mapper/DfCheckingLineMapper.java

@ -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 = {

Loading…
Cancel
Save