|
@@ -557,6 +557,11 @@ public class ProductOrderInfoServiceImpl extends ServiceImpl<ProductOrderInfoMap
|
|
|
this.productOrderInfoMapper.updateById(productOrderInfo);
|
|
this.productOrderInfoMapper.updateById(productOrderInfo);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+ /**
|
|
|
|
|
+ * 获取当前微信登录的用户信息
|
|
|
|
|
+ *
|
|
|
|
|
+ * @return WxLoginUser
|
|
|
|
|
+ */
|
|
|
private WxLoginUser getCurrentWxLoginUser() {
|
|
private WxLoginUser getCurrentWxLoginUser() {
|
|
|
WxLoginUser loginUser = SecurityUtils.getWxLoginUser();
|
|
WxLoginUser loginUser = SecurityUtils.getWxLoginUser();
|
|
|
if (ObjectUtil.isNull(loginUser)) {
|
|
if (ObjectUtil.isNull(loginUser)) {
|