Commit dab1788e by 王昆

gsb

parent f369c72d
...@@ -61,6 +61,7 @@ class OplogService extends ServiceBase { ...@@ -61,6 +61,7 @@ class OplogService extends ServiceBase {
if (qobj.content.length > 4980) { if (qobj.content.length > 4980) {
qobj.content = qobj.content.substring(0, 4980); qobj.content = qobj.content.substring(0, 4980);
} }
qobj.autoIncrement = true;
this.dao.create(qobj); this.dao.create(qobj);
} catch (e) { } catch (e) {
console.log(e.stack, "addLog------error-----------------------*****************"); console.log(e.stack, "addLog------error-----------------------*****************");
......
## 对内接口 ## 对内接口
  1 [专利](/doc/report/patent.md)   1 [专利接口](/doc/report/patent.md)
## 外部api ## 外部api
  1 [专利](/doc/report/patentapi.md)   1 [专利api](/doc/report/patentapi.md)
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