chenchaod 1 неделю назад
Родитель
Сommit
14b06fef3c

+ 1
- 1
gly-base-core/src/main/java/cn/com/taiji/core/repo/jpa/issue/IssueOrderinfoRepo.java Просмотреть файл

@@ -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);
}

Загрузка…
Отмена
Сохранить