Commit 7940b8f9 by 兰国旗

laolan

parent d3e572bb
......@@ -13,6 +13,9 @@ class RotationChartCtl extends CtlBase {
}
async update(pobj, qobj, req) {
if(pobj.pic_type=="1"){
pobj.is_enabled = "1";
}
const up = await this.service.update(pobj);
return up;
}
......
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