Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yuyiDataServer
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
yuyiDataServer
Commits
7a179927
Commit
7a179927
authored
Apr 24, 2025
by
lixinming
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://123.207.147.179:8888/node_server/yuyiDataServer
parents
bb2003d1
ee9d03be
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
findData.ts
src/biz/findData.ts
+1
-1
mysqlTableConfig.ts
src/config/mysqlTableConfig.ts
+1
-1
No files found.
src/biz/findData.ts
View file @
7a179927
...
@@ -50,7 +50,7 @@ function analysisParamToWhere(param, column) {
...
@@ -50,7 +50,7 @@ function analysisParamToWhere(param, column) {
case
"%notBetween%"
:
case
"%notBetween%"
:
where
[
key
][
Op
.
notBetween
]
=
param
[
key
][
"%notBetween%"
];
where
[
key
][
Op
.
notBetween
]
=
param
[
key
][
"%notBetween%"
];
break
;
break
;
case
"%in%"
:
case
"%in%"
:
//在范围内数据
where
[
key
][
Op
.
in
]
=
param
[
key
][
"%in%"
];
where
[
key
][
Op
.
in
]
=
param
[
key
][
"%in%"
];
break
;
break
;
case
"%notIn%"
:
//不在范围内数据
case
"%notIn%"
:
//不在范围内数据
...
...
src/config/mysqlTableConfig.ts
View file @
7a179927
...
@@ -197,7 +197,7 @@ export const TablesConfig = [
...
@@ -197,7 +197,7 @@ export const TablesConfig = [
// other: {type:Sequelize.STRING(255)},//新增其他
// other: {type:Sequelize.STRING(255)},//新增其他
kxTime
:
{
type
:
Sequelize
.
DATE
},
//科小认定时间
kxTime
:
{
type
:
Sequelize
.
DATE
},
//科小认定时间
kxNumber
:
{
type
:
Sequelize
.
INTEGER
},
//新增科小上传编号
kxNumber
:
{
type
:
Sequelize
.
STRING
(
255
)
},
//新增科小上传编号
kxImg
:
{
type
:
Sequelize
.
STRING
(
255
)},
//科小证书
kxImg
:
{
type
:
Sequelize
.
STRING
(
255
)},
//科小证书
zjtxTime
:
{
type
:
Sequelize
.
DATE
},
//专精特新认定时间
zjtxTime
:
{
type
:
Sequelize
.
DATE
},
//专精特新认定时间
zjtxImg
:
{
type
:
Sequelize
.
STRING
(
255
)},
//专精特新证书
zjtxImg
:
{
type
:
Sequelize
.
STRING
(
255
)},
//专精特新证书
...
...
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