Browse Source

商品一览排序修改

于俊龙 2 weeks ago
parent
commit
fd7b87b264
1 changed files with 2 additions and 0 deletions
  1. 2 0
      farm-sankin-biz/src/main/resources/mapper/MastItemMapper.xml

+ 2 - 0
farm-sankin-biz/src/main/resources/mapper/MastItemMapper.xml

@@ -98,6 +98,8 @@
                 and confirm_flg = #{confirmFlg}
             </if>
         </where>
+
+        ORDER BY item_id
     </select>
 
     <select id="selectById" parameterType="String"  resultMap="MastItemResult">