浏览代码

导入修改

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>