Commit 4e8f4663 by fudahua

绑定的时候 新增小程序配置

parent 45619f59
......@@ -665,8 +665,8 @@ public class WxEnterpriseController extends WebBaseController{
if (null != miniprogramSettingDTO) {
return resultResponse(HaoBanErrCode.ERR_100031);
}
wxEnterpriseApiService.saveMiniprogramSetting(settingDTO);
return resultResponse(HaoBanErrCode.ERR_1);
wxEnterpriseApiService.saveMiniprogramSetting(EntityUtil.changeEntityByOrika(MiniprogramSettingDTO.class, settingDTO));
return resultResponse(HaoBanErrCode.ERR_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