|
|
@@ -56,6 +56,6 @@ public interface IssueOrderinfoRepo extends AbstractJpaRepo<IssueOrderinfo, Stri |
|
|
|
|
|
|
|
|
|
|
|
//通过手机号查询用户信息、车辆信息上传后的渠道订单 |
|
|
|
@Query("FROM IssueOrderinfo WHERE orderSource = 'CHANNEL' and orderStatus = 'NORMAL' and orderStep not in ('ORDER_INIT','CUSTOMER_UPLOAD','WAITING_AUDIT') and customerTel = ?1") |
|
|
|
@Query("FROM IssueOrderinfo WHERE orderSource = 'CHANNEL' and orderStatus = 'NORMAL' and orderStep not in ('ORDER_INIT','CUSTOMER_UPLOAD','WAITING_AUDIT') and customerTel = ?1 order by insertTime desc") |
|
|
|
List<IssueOrderinfo> findAppQueryByMobile(String customerTel); |
|
|
|
} |