Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yuyiAdminServer
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
yuyiAdminServer
Commits
f458799f
Commit
f458799f
authored
Apr 24, 2025
by
chenjinjing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
4bfed0a3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
admin.ts
src/biz/admin.ts
+5
-4
No files found.
src/biz/admin.ts
View file @
f458799f
...
...
@@ -92,8 +92,8 @@ export async function updateEnterpriseApplyFor(eId:string, param) {
* @returns
*/
export
async
function
enterpriseExamineList
(
year
:
number
,
enterpriseName
:
string
,
page
:
number
)
{
let
selectParam
:
any
=
{
isSubmit
:
enumConfig
.
STATE
.
是
};
//
let selectParam:any = {};
//
let selectParam:any = {isSubmit:enumConfig.STATE.是};
let
selectParam
:
any
=
{};
if
(
year
)
selectParam
=
{
annual
:
getMySqlMs
(
year
)};
let
filesList
=
[
"mId"
,
"annual"
,
"BI"
,
"TXP"
,
"RD"
,
"state"
];
...
...
@@ -183,8 +183,9 @@ export async function enterpriseExamineUpdate( mId, param) {
// --------------------------------------经营数据
export
async
function
enterpriseManageList
(
enterpriseName
:
string
,
year
:
number
,
page
:
number
)
{
// let selectParam:any = {state:1};
let
selectParam
:
any
=
{};
let
selectParam
:
any
=
{
state
:
enumConfig
.
STATE
.
是
};
// let selectParam:any = {};
// if (year) {
// selectParam.annual = getMySqlMs(year);
// }
...
...
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