## Opt - 商品详情,42强转41
This commit is contained in:
parent
b1e6f3cc53
commit
0797ca19c7
|
@ -125,6 +125,9 @@ public class ApiRetailWaresController extends BaseController {
|
|||
public AjaxResult waresDetail(@Valid @RequestBody RetailWaresDetailParam param) {
|
||||
// 会员信息
|
||||
CuMemberExt cuMemberExt = iMemberServiceApi.getMemberById(SecurityUtils.getUserId()).getData();
|
||||
if(param.getSpecialArea().equals(ESpecialArea.RETAIL_UPGRADE.getValue())){
|
||||
param.setSpecialArea(ESpecialArea.RETAIL_REGISTER.getValue());
|
||||
}
|
||||
|
||||
// 添加系统类型
|
||||
param.setSystemType(SecurityUtils.getSystemType());
|
||||
|
|
Loading…
Reference in New Issue