Showing
2 changed files
with
3 additions
and
3 deletions
@@ -16,7 +16,7 @@ public class StoredSellerReqVo extends PageRequestBO{ | @@ -16,7 +16,7 @@ public class StoredSellerReqVo extends PageRequestBO{ | ||
16 | 16 | ||
17 | private String mobile; | 17 | private String mobile; |
18 | 18 | ||
19 | - private String certNo; | 19 | + private String certName; |
20 | 20 | ||
21 | ///// status 入驻状态 | 21 | ///// status 入驻状态 |
22 | private Integer validStatus; | 22 | private Integer validStatus; |
@@ -55,8 +55,8 @@ | @@ -55,8 +55,8 @@ | ||
55 | and uid = #{storedSellerReq.uid} | 55 | and uid = #{storedSellerReq.uid} |
56 | </if> | 56 | </if> |
57 | 57 | ||
58 | - <if test="storedSellerReq.certNo != null"> | ||
59 | - and cert_name = #{storedSellerReq.certNo} | 58 | + <if test="storedSellerReq.certName != null"> |
59 | + and cert_name = #{storedSellerReq.certName} | ||
60 | </if> | 60 | </if> |
61 | 61 | ||
62 | <if test="storedSellerReq.validStatus != null "> | 62 | <if test="storedSellerReq.validStatus != null "> |
-
Please register or login to post a comment