明树Git Lab
Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
J
jt_backend
Project
Project
Details
Activity
Releases
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
zengfanpei
jt_backend
Commits
429993f6
Commit
429993f6
authored
Apr 17, 2026
by
zfp1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
2b923843
Pipeline
#109901
passed with stage
in 3 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
38 additions
and
2 deletions
+38
-2
projectRcController.js
controller/projectRcController.js
+3
-0
projectThController.js
controller/projectThController.js
+12
-0
projectTzController.js
controller/projectTzController.js
+21
-0
project.js
db/model/jt/project.js
+2
-2
No files found.
controller/projectRcController.js
View file @
429993f6
...
...
@@ -225,6 +225,9 @@ async function getTzghList(req, res, next) {
if
(
req
.
body
.
planYear
)
{
where
.
planYear
=
req
.
body
.
planYear
;
}
if
(
req
.
body
.
projectId
)
{
where
.
projectId
=
req
.
body
.
projectId
;
}
search
.
where
=
where
;
if
(
req
.
body
.
attributes
&&
req
.
body
.
attributes
.
length
)
{
search
.
attributes
=
req
.
body
.
attributes
;
...
...
controller/projectThController.js
View file @
429993f6
...
...
@@ -135,6 +135,9 @@ async function getYyqtzhsList(req, res, next) {
del
:
0
}
}
if
(
req
.
body
.
projectId
)
{
where
.
projectId
=
req
.
body
.
projectId
;
}
search
.
where
=
where
;
if
(
req
.
body
.
attributes
&&
req
.
body
.
attributes
.
length
)
{
...
...
@@ -339,6 +342,9 @@ async function getYyqtzjcList(req, res, next) {
// del: 0
// }
// }
if
(
req
.
body
.
projectId
)
{
where
.
projectId
=
req
.
body
.
projectId
;
}
search
.
where
=
where
;
if
(
req
.
body
.
attributes
&&
req
.
body
.
attributes
.
length
)
{
...
...
@@ -422,6 +428,9 @@ async function getTzhpjList(req, res, next) {
// del: 0
// }
// }
if
(
req
.
body
.
projectId
)
{
where
.
projectId
=
req
.
body
.
projectId
;
}
search
.
where
=
where
;
if
(
req
.
body
.
attributes
&&
req
.
body
.
attributes
.
length
)
{
...
...
@@ -519,6 +528,9 @@ async function getYjglList(req, res, next) {
// del: 0
// }
// }
if
(
req
.
body
.
projectId
)
{
where
.
projectId
=
req
.
body
.
projectId
;
}
search
.
where
=
where
;
if
(
req
.
body
.
attributes
&&
req
.
body
.
attributes
.
length
)
{
...
...
controller/projectTzController.js
View file @
429993f6
...
...
@@ -122,6 +122,9 @@ async function getTzmbzrsList(req, res, next) {
del
:
0
}
}
if
(
req
.
body
.
projectId
)
{
where
.
projectId
=
req
.
body
.
projectId
;
}
search
.
where
=
where
;
if
(
req
.
body
.
attributes
&&
req
.
body
.
attributes
.
length
)
{
...
...
@@ -406,6 +409,9 @@ async function getTzkzList(req, res, next) {
del
:
0
}
}
if
(
req
.
body
.
projectId
)
{
where
.
projectId
=
req
.
body
.
projectId
;
}
search
.
where
=
where
;
if
(
req
.
body
.
attributes
&&
req
.
body
.
attributes
.
length
)
{
...
...
@@ -622,6 +628,9 @@ async function getZdfxList(req, res, next) {
del
:
0
}
}
if
(
req
.
body
.
projectId
)
{
where
.
projectId
=
req
.
body
.
projectId
;
}
search
.
where
=
where
;
if
(
req
.
body
.
attributes
&&
req
.
body
.
attributes
.
length
)
{
...
...
@@ -757,6 +766,9 @@ async function getJsqtzhsList(req, res, next) {
del
:
0
}
}
if
(
req
.
body
.
projectId
)
{
where
.
projectId
=
req
.
body
.
projectId
;
}
search
.
where
=
where
;
if
(
req
.
body
.
attributes
&&
req
.
body
.
attributes
.
length
)
{
...
...
@@ -963,6 +975,9 @@ async function getJsqtzjcList(req, res, next) {
// del: 0
// }
// }
if
(
req
.
body
.
projectId
)
{
where
.
projectId
=
req
.
body
.
projectId
;
}
search
.
where
=
where
;
search
.
raw
=
true
;
if
(
req
.
body
.
attributes
&&
req
.
body
.
attributes
.
length
)
{
...
...
@@ -1102,6 +1117,9 @@ async function getZdsxspList(req, res, next) {
del
:
0
}
}
if
(
req
.
body
.
projectId
)
{
where
.
projectId
=
req
.
body
.
projectId
;
}
search
.
where
=
where
;
if
(
req
.
body
.
attributes
&&
req
.
body
.
attributes
.
length
)
{
...
...
@@ -1220,6 +1238,9 @@ async function getXmtcList(req, res, next) {
del
:
0
}
}
if
(
req
.
body
.
projectId
)
{
where
.
projectId
=
req
.
body
.
projectId
;
}
search
.
where
=
where
;
if
(
req
.
body
.
attributes
&&
req
.
body
.
attributes
.
length
)
{
...
...
db/model/jt/project.js
View file @
429993f6
...
...
@@ -238,7 +238,7 @@ const Project = sequelize.define('Project', {
// 投资主体审核情况 -- 立项已经建表
// qthysyqk: { type: DataTypes.TEXT, allowNull: true, comment: "其他会议审议情况" },
jcqthysyqk
:
{
type
:
DataTypes
.
TEXT
,
allowNull
:
true
,
comment
:
"决策-其他会议审议情况"
,
_mark
:
'juece'
,
},
jczzpfyj
:
{
type
:
DataTypes
.
STRING
,
allowNull
:
true
,
comment
:
"决策-最终批复意见"
,
_mark
:
'juece'
,
},
jczzpfyj
:
{
type
:
DataTypes
.
STRING
(
10
)
,
allowNull
:
true
,
comment
:
"决策-最终批复意见"
,
_mark
:
'juece'
,
},
jcxmpfsj
:
{
type
:
DataTypes
.
DATE
,
allowNull
:
true
,
comment
:
"决策-项目批复时间"
,
_mark
:
'juece'
,
},
jcxmpfwh
:
{
type
:
DataTypes
.
STRING
,
allowNull
:
true
,
comment
:
"决策-项目批复文号"
,
_mark
:
'juece'
,
},
jcwtgzyyyyyq
:
{
type
:
DataTypes
.
TEXT
,
allowNull
:
true
,
comment
:
"决策-未通过主要原因与要求"
,
_mark
:
'juece'
,
},
...
...
@@ -518,7 +518,7 @@ const Project = sequelize.define('Project', {
},
"mgxfx"
:
{
"name"
:
"经济可行性-敏感性分析"
,
"type"
:
DataTypes
.
STRING
,
"type"
:
DataTypes
.
TEXT
,
},
"gcsy"
:
{
"name"
:
"工程收益"
,
...
...
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