Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wenHuaBu_adminServer
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
node_server
wenHuaBu_adminServer
Commits
681962af
Commit
681962af
authored
Mar 16, 2024
by
lixinming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
382893c2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
6 deletions
+7
-6
member.ts
src/biz/member/member.ts
+0
-0
errorEnum.ts
src/config/errorEnum.ts
+3
-1
model.ts
src/data/models/model.ts
+4
-5
No files found.
src/biz/member/member.ts
View file @
681962af
This diff is collapsed.
Click to expand it.
src/config/errorEnum.ts
View file @
681962af
...
@@ -30,7 +30,9 @@ export enum ERRORENUM {
...
@@ -30,7 +30,9 @@ export enum ERRORENUM {
微信支付无法被退回
,
微信支付无法被退回
,
订单状态无法开具发票
,
订单状态无法开具发票
,
微信支付无法退回发票请求
,
微信支付无法退回发票请求
,
流程
3
不支持会员身份非单位会员
流程
3
不支持会员身份非单位会员
,
数据状态错误
,
用户已注册成功
}
}
export
enum
ERRORCODEENUM
{
export
enum
ERRORCODEENUM
{
...
...
src/data/models/model.ts
View file @
681962af
...
@@ -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
},
//备注
}
}
},
},
];
];
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment