Jelajahi Sumber

导师带徒

jiangbiao 1 tahun lalu
induk
melakukan
63fb4687d4

+ 1 - 0
master/src/main/resources/mybatis/training/bccnew/TTsFlplanContentMapper.xml

@@ -44,6 +44,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
         </where>
         <!-- 数据范围过滤 -->
         ${params.dataScope}
+        order by d.sort_tmpl
     </select>
     
     <select id="selectTTsFlplanContentById" parameterType="Long" resultMap="TTsFlplanContentResult">

+ 1 - 0
master/src/main/resources/mybatis/training/bccnew/TTsFtplanContentMapper.xml

@@ -44,6 +44,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
         </where>
         <!-- 数据范围过滤 -->
         ${params.dataScope}
+        order by d.sort_tmpl
     </select>
     
     <select id="selectTTsFtplanContentById" parameterType="Long" resultMap="TTsFtplanContentResult">

+ 1 - 0
master/src/main/resources/mybatis/training/bccnew/TTsLjplanContentMapper.xml

@@ -44,6 +44,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
         </where>
         <!-- 数据范围过滤 -->
         ${params.dataScope}
+        order by d.sort_tmpl
     </select>
     
     <select id="selectTTsLjplanContentById" parameterType="Long" resultMap="TTsLjplanContentResult">

+ 1 - 0
master/src/main/resources/mybatis/training/bccnew/TTsYsplanContentMapper.xml

@@ -44,6 +44,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
         </where>
         <!-- 数据范围过滤 -->
         ${params.dataScope}
+        order by d.sort_tmpl
     </select>
     
     <select id="selectTTsYsplanContentById" parameterType="Long" resultMap="TTsYsplanContentResult">