ソースを参照

fix:投诉管理初始化

wrj 10 ヶ月 前
コミット
ea594fb420

+ 1 - 0
nightFragrance-admin/src/main/java/com/ylx/web/controller/massage/BusinessDevelopmentController.java

@@ -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));
     }