Explorar el Código

Merge branch 'master' of http://8.152.195.41:3000/alien/alien-cluster0

LuTong hace 3 meses
padre
commit
1cd67b915a

+ 1 - 1
alien-service-entity/src/main/java/shop/alien/mapper/LawyerConsultationOrderMapper.java

@@ -524,7 +524,7 @@ public interface LawyerConsultationOrderMapper extends BaseMapper<LawyerConsulta
             "accept_orders_status "+
             "FROM " +
             "lawyer_consultation_order " +
-            "WHERE order_status in (1,2) " +
+            "WHERE order_status in (0,1,2) " +
             " and delete_flag = 0 " +
             "<if test='clientUserId != null'>" +
             "AND client_user_id = #{clientUserId} " +