Authored by 郭成尧

strict

@@ -2,10 +2,12 @@ @@ -2,10 +2,12 @@
2 * @Author: Targaryen 2 * @Author: Targaryen
3 * @Date: 2017-03-23 11:02:31 3 * @Date: 2017-03-23 11:02:31
4 * @Last Modified by: Targaryen 4 * @Last Modified by: Targaryen
5 - * @Last Modified time: 2017-03-31 16:57:27 5 + * @Last Modified time: 2017-04-12 14:36:15
6 */ 6 */
7 /* 红人店铺数据处理 */ 7 /* 红人店铺数据处理 */
8 8
  9 +'use strict';
  10 +
9 const _ = require('lodash'); 11 const _ = require('lodash');
10 const helpers = global.yoho.helpers; 12 const helpers = global.yoho.helpers;
11 13