用户信息返回是否开启支付密码
This commit is contained in:
@@ -43,6 +43,7 @@ public class ShopUserDetailDTO extends ShopUser {
|
|||||||
* 支付密码
|
* 支付密码
|
||||||
*/
|
*/
|
||||||
private String payPwd;
|
private String payPwd;
|
||||||
|
private Integer usePayPwd;
|
||||||
/**
|
/**
|
||||||
* 店铺拓展参数
|
* 店铺拓展参数
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -232,6 +232,7 @@ public class UShopUserServiceImpl implements UShopUserService {
|
|||||||
|
|
||||||
shopUserDetailDTO.setFreeDineConfig(freeDineConfigService.getConfig(shopInfoService.getMainIdByShopId(shopId)));
|
shopUserDetailDTO.setFreeDineConfig(freeDineConfigService.getConfig(shopInfoService.getMainIdByShopId(shopId)));
|
||||||
shopUserDetailDTO.setPayPwd(userInfo.getPayPwd());
|
shopUserDetailDTO.setPayPwd(userInfo.getPayPwd());
|
||||||
|
shopUserDetailDTO.setUsePayPwd(userInfo.getUsePayPwd());
|
||||||
return shopUserDetailDTO;
|
return shopUserDetailDTO;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user