请求日志打印
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
package cn.ysk.cashier.dto.order;
|
||||
|
||||
import lombok.Data;
|
||||
import java.math.BigDecimal;
|
||||
import java.util.List;
|
||||
|
||||
import cn.ysk.cashier.annotation.Query;
|
||||
|
||||
@@ -36,14 +36,6 @@ public class TbOrderInfoQueryCriteria{
|
||||
@Query
|
||||
private String orderNo;
|
||||
|
||||
/** 精确 */
|
||||
@Query
|
||||
private BigDecimal productAmount;
|
||||
|
||||
/** 精确 */
|
||||
@Query
|
||||
private BigDecimal payAmount;
|
||||
|
||||
/** 精确 */
|
||||
@Query
|
||||
private String sendType;
|
||||
@@ -55,24 +47,7 @@ public class TbOrderInfoQueryCriteria{
|
||||
/** 精确 */
|
||||
@Query
|
||||
private String shopId;
|
||||
|
||||
/** 精确 */
|
||||
@Query
|
||||
private String memberId;
|
||||
|
||||
/** 精确 */
|
||||
@Query
|
||||
private String userId;
|
||||
|
||||
/** 精确 */
|
||||
@Query
|
||||
private Long paidTime;
|
||||
|
||||
/** 精确 */
|
||||
@Query
|
||||
private Long createdAt;
|
||||
|
||||
/** 精确 */
|
||||
@Query
|
||||
private Integer isAccepted;
|
||||
/** BETWEEN */
|
||||
@Query(type = Query.Type.BETWEEN)
|
||||
private List<Long> createdAt;
|
||||
}
|
||||
Reference in New Issue
Block a user