Procházet zdrojové kódy

修改 水肥要素排序

zhaiyifei před 8 měsíci
rodič
revize
3c497d7305

+ 1 - 0
src/main/resources/mapper/IotSfElementfactorMapper.xml

@@ -44,6 +44,7 @@
                 </foreach>
                 </foreach>
             </if>
             </if>
         </where>
         </where>
+        ORDER BY sf.sfSequence DESC, sf.sfCreatedDate DESC, sf.sfDisplayname ASC
     </select>
     </select>
 
 
     <select id="selectIotSfElementfactorBySfBid" resultType="com.yunfeiyun.agmp.iot.common.domain.IotSfElementfactor" parameterType="string">
     <select id="selectIotSfElementfactorBySfBid" resultType="com.yunfeiyun.agmp.iot.common.domain.IotSfElementfactor" parameterType="string">