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