Commit 951f10fd by guojuxing

微盟商城-会员卡配置新增修改

parent 343d23b0
......@@ -77,6 +77,7 @@ public class WmMallStoreController {
@RequestMapping("/save-or-update-wm-member-card-config")
public RestResponse saveOrUpdateWmMemberCardConfig(WmMemberCardConfigDTO dto) {
dto.setEnterpriseId(UserDetailUtils.getUserDetail().getEnterpriseId());
return OperationResultUtils.operationResult(wmStoreApiService.saveOrUpdateWmMemberCardConfig(dto),
OperationResultUtils.LOG_EDIT + "微盟商城-会员卡配置", dto.getWmMainAccount());
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment