Merge remote-tracking branch 'origin/test' into test

This commit is contained in:
张松 2024-11-06 13:52:59 +08:00
commit e0b67cb3cd
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ public class TbProductStockOperateQueryCriteria{
private List<Long> createdAt;
@Query(type = Query.Type.IN)
private List<Long> type;
private List<String> type;
@Query(type = Query.Type.EQUAL)
private String purveyorId;