Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Z
zjxcxServer
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
zjxcxServer
Commits
317f4bd6
Commit
317f4bd6
authored
Feb 08, 2023
by
孙香冬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
70031caf
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
enterprise.ts
src/data/enterprise/enterprise.ts
+1
-1
financing.ts
src/data/enterprise/financing.ts
+1
-1
monthTable.ts
src/data/fuHuaQi/monthTable.ts
+1
-1
No files found.
src/data/enterprise/enterprise.ts
View file @
317f4bd6
...
@@ -71,7 +71,7 @@ export async function updateEnterpriseDraftLock(taskId:string) {
...
@@ -71,7 +71,7 @@ export async function updateEnterpriseDraftLock(taskId:string) {
* @returns {}
* @returns {}
*/
*/
export
async
function
findEnterpriseByUscc
(
uscc
:
string
)
{
export
async
function
findEnterpriseByUscc
(
uscc
:
string
)
{
return
await
enterpriseModel
.
selectOnceData
({
uscc
})
.
exec
()
;
return
await
enterpriseModel
.
selectOnceData
({
uscc
});
}
}
/**
/**
...
...
src/data/enterprise/financing.ts
View file @
317f4bd6
...
@@ -62,7 +62,7 @@ export async function findFinancingListByTaskId(taskId:string) {
...
@@ -62,7 +62,7 @@ export async function findFinancingListByTaskId(taskId:string) {
* @returns {}
* @returns {}
*/
*/
export
async
function
findFinancingInfoByTaskIdAndSucc
(
taskId
:
string
,
uscc
:
string
)
{
export
async
function
findFinancingInfoByTaskIdAndSucc
(
taskId
:
string
,
uscc
:
string
)
{
return
await
financingModel
.
selectOnceData
({
taskId
,
uscc
})
.
exec
()
;
return
await
financingModel
.
selectOnceData
({
taskId
,
uscc
});
}
}
...
...
src/data/fuHuaQi/monthTable.ts
View file @
317f4bd6
...
@@ -55,7 +55,7 @@ export async function findmonthTableListByTaskId(taskId:string) {
...
@@ -55,7 +55,7 @@ export async function findmonthTableListByTaskId(taskId:string) {
* @returns {}
* @returns {}
*/
*/
export
async
function
findmonthTableByTaskId
(
taskId
:
string
)
{
export
async
function
findmonthTableByTaskId
(
taskId
:
string
)
{
let
monthTableInfo
=
await
monthTableModel
.
selectOnceData
({
taskId
})
.
exec
()
;
let
monthTableInfo
=
await
monthTableModel
.
selectOnceData
({
taskId
});
return
monthTableInfo
;
return
monthTableInfo
;
}
}
...
...
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