Commit bd6117c6 by fudahua

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

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