Bläddra i källkod

中图添加排序

DESKTOP-2K9OVK9\siwei 5 månader sedan
förälder
incheckning
176ee358ec

+ 1 - 0
onemap-modules/onemap-model/src/main/resources/mapper/sanya/ZtCqBcbzItemMapper.xml

@@ -26,6 +26,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
             <if test="des != null  and des != ''"> and des = #{des}</if>
             <if test="pid != null  and pid != ''"> and pid = #{pid}</if>
         </where>
+        order by "jg","grade" asc
     </select>
     
     <select id="selectZtCqBcbzItemById" parameterType="String" resultMap="ZtCqBcbzItemResult">