Commit 7b175002 by wkliang

delete unused require

parent 0a617808
...@@ -5,7 +5,6 @@ class ProductCtl extends CtlBase { ...@@ -5,7 +5,6 @@ class ProductCtl extends CtlBase {
constructor() { constructor() {
super(); super();
this.prodSve = system.getObject("service.product.productSve"); this.prodSve = system.getObject("service.product.productSve");
this.redisClient = system.getObject("util.redisClient");
} }
async getPage (pobj, pobj2, req) { async getPage (pobj, pobj2, req) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment