xiaoyong931011
2022-05-06 3d4168031336eaf198eb9f5de1d3d09addbaaa1a
20220505
2 files modified
6 ■■■■■ changed files
zq-erp/src/main/java/com/matrix/system/padApi/action/PadServiceAction.java 3 ●●●●● patch | view | raw | blame | history
zq-erp/src/main/java/com/matrix/system/padApi/dto/PadServiceListDto.java 3 ●●●●● patch | view | raw | blame | history
zq-erp/src/main/java/com/matrix/system/padApi/action/PadServiceAction.java
@@ -150,6 +150,9 @@
        if(ObjectUtil.isNotEmpty(orderListDto.getClosureTime())){
            projService.setClosureTime(orderListDto.getClosureTime());
        }
        if(ObjectUtil.isNotEmpty(orderListDto.getVipId())){
            projService.setVipId(orderListDto.getVipId());
        }
        if(ObjectUtil.isNotEmpty(orderListDto.getQueryKey())){
            projService.setQueryKey(orderListDto.getQueryKey());
        }
zq-erp/src/main/java/com/matrix/system/padApi/dto/PadServiceListDto.java
@@ -14,6 +14,9 @@
    @ApiModelProperty(value = "状态", example = "待预约")
    private String state;
    @ApiModelProperty(value = "会员id", example = "1")
    private Long  vipId;
    @ApiModelProperty(value = "查询字段")
    private String queryKey;