Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yuyiViewServer
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
yuyiViewServer
Commits
5a24b62f
Commit
5a24b62f
authored
May 14, 2025
by
chenjinjing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
3b521d8a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
4 deletions
+3
-4
qyszhx.ts
src/biz/qyszhx.ts
+3
-3
qyfw.ts
src/data/db/qyfw.ts
+0
-1
No files found.
src/biz/qyszhx.ts
View file @
5a24b62f
...
@@ -113,9 +113,9 @@ export async function getPinyinName(req, res) {
...
@@ -113,9 +113,9 @@ export async function getPinyinName(req, res) {
let
{
pinyinName
,
industry
,
page
}
=
req
.
body
;
let
{
pinyinName
,
industry
,
page
}
=
req
.
body
;
let
ret
:
any
=
{};
let
ret
:
any
=
{};
let
p
aram
=
{
pinyinName
:{
"%like%"
:
pinyinName
},
industry
:
{
"%like%"
:
industry
}
};
let
selectP
aram
=
{
pinyinName
:{
"%like%"
:
pinyinName
},
industry
:
{
"%like%"
:
industry
}
};
let
dbList
=
await
selectData
(
OPERATIONALDATATYPE
.
分页查询
,
TABLENAME
.
企业基础信息表
,
p
aram
,
[
"eId"
,
"enterpriseName"
],
page
);
let
dbList
=
await
selectData
(
OPERATIONALDATATYPE
.
分页查询
,
TABLENAME
.
企业基础信息表
,
selectP
aram
,
[
"eId"
,
"enterpriseName"
],
page
);
let
dbCount
=
await
selectData
(
OPERATIONALDATATYPE
.
查询数据量
,
TABLENAME
.
企业基础信息表
,
param
,
[
"eId"
,
"enterpriseName"
]
);
let
dbCount
=
await
selectData
(
OPERATIONALDATATYPE
.
查询数据量
,
TABLENAME
.
企业基础信息表
,
selectParam
,
null
);
let
enterpriseNameList
=
[];
let
enterpriseNameList
=
[];
dbList
.
forEach
(
info
=>
{
dbList
.
forEach
(
info
=>
{
...
...
src/data/db/qyfw.ts
View file @
5a24b62f
...
@@ -109,7 +109,6 @@ export async function getEnterprise() {
...
@@ -109,7 +109,6 @@ export async function getEnterprise() {
export
async
function
get
入孵企业数量变化趋势
(
type
,
time
,
state
)
{
export
async
function
get
入孵企业数量变化趋势
(
type
,
time
,
state
)
{
let
fuHuaParam
:
any
=
{
state
:{
"%ne%"
:
0
}};
let
fuHuaParam
:
any
=
{
state
:{
"%ne%"
:
0
}};
if
(
state
==
"迁入"
)
{
if
(
state
==
"迁入"
)
{
fuHuaParam
=
{
state
:{
"%between%"
:
[
2
,
3
]}};
fuHuaParam
=
{
state
:{
"%between%"
:
[
2
,
3
]}};
...
...
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