Commit 581e9a5229f3da34f909c5b7676de38c666f2b62

Authored by yiming
1 parent fb471e63

bf

bsthLineProfiles/src/main/resources/mybatis/mybatis/system/BsthTLineMapper.xml
... ... @@ -1612,7 +1612,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
1612 1612 <where>
1613 1613 and line_name = #{name}
1614 1614 </where>
1615   - ORDER BY start_date
  1615 + ORDER BY create_time
1616 1616 </select>
1617 1617  
1618 1618  
... ...
bsthLineProfiles/src/main/resources/templates/system/lineHistory/historyCompare.html
... ... @@ -33,7 +33,7 @@
33 33 v-for="(line,index) in lines"
34 34 :type="line.timeLineType"
35 35 size="large"
36   - :timestamp="line.startDate" @click.native="change(index);">
  36 + :timestamp="line.createTime" @click.native="change(index);">
37 37 {{line.lineUpdateType}}(
38 38 {{line.remark}})
39 39 </el-timeline-item>
... ...