Commit bd6117c6 by fudahua

授权绑定,授权门店列表,binlog

parent 29dbac8e
......@@ -177,6 +177,8 @@ public class WxEnterpriseController extends WebBaseController{
detailDTO.setWxEnterpriseId(wxEnterpriseId);
detailDTO.setStaffId(staffId);
detailDTO.setStaffName(staffName);
detailDTO.setMemberOpenCardFlag(bindQo.getMemberOpenCardFlag());
detailDTO.setWxEnterpriseType(bindQo.getWxEnterpriseType());
List<StoreOrGroupInfoDTO> storeOrGroupInfoDTOS = EntityUtil.changeEntityListByJSON(StoreOrGroupInfoDTO.class, bindQo.getRelations());
detailDTO.setRelations(storeOrGroupInfoDTOS);
int i = wxEnterpriseRelatedApiService.wxEnterpriseBind(detailDTO);
......
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