anderx 2 年 前
コミット
dc4ecb03e6
共有1 個のファイルを変更した1 個の追加0 個の削除を含む
  1. 1 0
      src/main/java/com/goafanti/common/mapper/TOrderNewMapper.xml

+ 1 - 0
src/main/java/com/goafanti/common/mapper/TOrderNewMapper.xml

@@ -2091,6 +2091,7 @@ left join department d on o.order_dep = d.id   left join t_order_mid a on o.orde
     <if test="userName !=null">
       and   b.nickname like concat('%',#{userName},'%')
     </if>
+    limit 0,20
   </select>