zhangweicheng 5 years ago
parent
commit
61ed4a7f09
1 changed files with 1 additions and 1 deletions
  1. 1 1
      modules/reports/controllers/rpt_controller.js

+ 1 - 1
modules/reports/controllers/rpt_controller.js

@@ -1,7 +1,7 @@
 /**
  * Created by Tony on 2017/3/13.
  */
-
+let UserModel require("../../users/models/user_model");
 const mongoose = require("mongoose");
 const async = require("async");