Explorar el Código

修改 水肥要素排序

zhaiyifei hace 8 meses
padre
commit
3c497d7305
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/main/resources/mapper/IotSfElementfactorMapper.xml

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

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