Commit 681962af by lixinming

no message

parent 382893c2
...@@ -30,7 +30,9 @@ export enum ERRORENUM { ...@@ -30,7 +30,9 @@ export enum ERRORENUM {
微信支付无法被退回, 微信支付无法被退回,
订单状态无法开具发票, 订单状态无法开具发票,
微信支付无法退回发票请求, 微信支付无法退回发票请求,
流程3不支持会员身份非单位会员 流程3不支持会员身份非单位会员,
数据状态错误,
用户已注册成功
} }
export enum ERRORCODEENUM { export enum ERRORCODEENUM {
......
...@@ -476,11 +476,10 @@ const ModelArray = [ ...@@ -476,11 +476,10 @@ const ModelArray = [
tableName:TABLEENUM.审批历史表, tableName:TABLEENUM.审批历史表,
source:TABLESOURCEENUM.mongo, source:TABLESOURCEENUM.mongo,
schema:{ schema:{
id:{ type:'String', index:true }, userId:{type:'String', index:true},//用户id 外键
userId:'String',//用户id 外键 operationTime:{ type:'Number' },//操作时间
operationTime:{ type:'Number', index:true },//操作时间 operationBehavior:{ type:'Number'},//操作行为 枚举
operationBehavior:{ type:'Number', index:true },//操作行为 枚举 remarks:{ type:'String' },//备注
remarks:{ type:'String', index:true },//备注
} }
}, },
]; ];
......
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