瀏覽代碼

接口完成

Pine 6 年之前
父節點
當前提交
07b958d799
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      pine-admin/src/main/resources/mapper/business/CarOrderDao.xml

+ 2 - 0
pine-admin/src/main/resources/mapper/business/CarOrderDao.xml

@@ -351,6 +351,8 @@
             <if test="record.isSend != null and !&quot;&quot;.equals(record.isSend)">
                 and is_send = #{record.isSend}
             </if>
+            and    loan_status != 2
+            and status != 1
         </where>
         order by id desc
     </select>