Browse Source

no message

FengChaoYu 9 months ago
parent
commit
6d171b3f2c

+ 0 - 4
mall-server-api/src/main/java/com/gree/mall/manager/bean/listvo/User2VO.java

@@ -24,10 +24,6 @@ public class User2VO {
     @ApiModelProperty("商户名称")
     private String companyName;
 
-    @ZfireField(tbName = "b")
-    @ApiModelProperty("师傅编号")
-    private String workerNumber;
-
     @ApiModelProperty("用户昵称")
     private String nickName;
 

+ 0 - 1
mall-server-api/src/main/resources/mapper/CommonMapper.xml

@@ -112,7 +112,6 @@
         select
         ${ex.selected}
         from user a
-        join websit_user b on a.user_id = b.user_id
         ${ex.query}
         and a.apply_type='SERVICE'
         ORDER BY FIELD(a.examine_status,'WAIT','OK','FAIL'),a.create_time DESC