@@ -20,6 +20,11 @@ public class CommonQueryParam extends PageParams {
* 用户id
*/
private Long userId;
+
+ public void setMobilePhone(String mobilePhone) {
+ this.mobilePhone = mobilePhone != null ? mobilePhone.replaceAll(" ", "") : null;
+ }
/**
* 手机号
@@ -44,6 +44,10 @@ public class CouponQueryParam extends PageParams {
* 用户手机号
@@ -24,6 +24,11 @@ public class CustomChargeOrdersQueryParam extends PageParams {
* 充电订单号
private String startChargeSeq;
@@ -1,6 +1,5 @@
package com.kym.mapper.miniapp;
-import com.github.yulichang.base.MPJBaseMapper;
import com.kym.entity.admin.queryParams.CustomChargeOrdersQueryParam;
import com.kym.entity.admin.queryParams.StatQueryParam;
import com.kym.entity.admin.vo.CustomOrderVo;