@@ -81,6 +81,7 @@ public class BusinessDevelopmentController extends BaseController {
if (!list.isEmpty()) {
return R.fail("已提交过申请");
}
+ businessDevelopment.setOpenId(wxLoginUser.getCOpenid());
return R.ok(this.businessDevelopmentService.save(businessDevelopment));