Pine %!s(int64=6) %!d(string=hai) anos
pai
achega
07b958d799

+ 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>