Merge branch 'ww' into test
This commit is contained in:
commit
958f1cfc5e
|
|
@ -31,7 +31,7 @@ public interface TbConsInfoFlowRepository extends JpaRepository<TbConsInfoFlow,
|
|||
"where flow.shopId = :shopId " +
|
||||
"AND flow.createTime > :startTime " +
|
||||
"AND flow.createTime < :endTime " +
|
||||
"AND flow.bizName IN :types " +
|
||||
"AND flow.bizCode IN :types " +
|
||||
"ORDER BY flow.id DESC")
|
||||
Page<TbConsInfoFlow> findByConsParam(Integer shopId, Integer consId, String conName, Integer conTypeId, List<String> types,
|
||||
Date startTime, Date endTime, Pageable pageable);
|
||||
|
|
|
|||
Loading…
Reference in New Issue