-
Notifications
You must be signed in to change notification settings - Fork 28.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MR_支持微信小程序相关修改 #400
MR_支持微信小程序相关修改 #400
Conversation
@@ -12,6 +12,6 @@ | |||
public interface PortalOrderItemDao { | |||
/** | |||
* 批量插入 | |||
*/ | |||
*/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
建议处理一下trailing whitespace
private int gender; | ||
private String nickName; | ||
private String language; | ||
private String city; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
city
, province
, country
最好包装成为locationInfo
。promoterId
以及merchantId
是否也同属于一个上下文?
@@ -0,0 +1,40 @@ | |||
//package com.macro.mall.portal.util.wechat; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
无用代码是否需要删除?
import com.macro.mall.mapper.UmsFeedBackMapper; | ||
import com.macro.mall.model.UmsMember; | ||
import com.macro.mall.model.UmsFeedBack; | ||
//import com.macro.mall.model.UmsMemberReceiveAddressExample; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
//import com.macro.mall.model.UmsMemberReceiveAddressExample; | |
//import com.macro.mall.model.UmsMemberReceiveAddressExample; |
没有用到的import最好删掉
为了兼容 小程序前端增加相关接口 https://github.com/TProgram/mall-app-web