Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mall.oytour.com
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
黄奎
mall.oytour.com
Commits
fa9e250f
Commit
fa9e250f
authored
Dec 26, 2024
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
63d6f1a6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
3 deletions
+22
-3
BuildingCarrierModule_V2.cs
Mall.Module.TradePavilion/BuildingCarrierModule_V2.cs
+22
-3
No files found.
Mall.Module.TradePavilion/BuildingCarrierModule_V2.cs
View file @
fa9e250f
...
...
@@ -135,6 +135,17 @@ namespace Mall.Module.TradePavilion
{
{
nameof
(
RB_CompanyEnterprise_Extend
.
IsComplete
),
1
}
};
//开启自动审核
if
(
Config
.
IsCPSWJAutoExamine
==
"1"
)
{
keyValues
.
Add
(
nameof
(
RB_CompanyEnterprise_Extend
.
CompanyStatus
),
1
);
}
else
{
keyValues
.
Add
(
nameof
(
RB_CompanyEnterprise_Extend
.
CompanyStatus
),
0
);
keyValues
.
Add
(
nameof
(
RB_CompanyEnterprise_Extend
.
RejectRemark
),
""
);
}
List
<
WhereHelper
>
wheres
=
new
List
<
WhereHelper
>()
{
new
WhereHelper
()
...
...
@@ -206,7 +217,7 @@ namespace Mall.Module.TradePavilion
{
if
(
Config
.
IsCPSWJAutoExamine
==
"1"
)
//自动审核
{
keyValues
.
Add
(
nameof
(
RB_CompanyEnterprise_Extend
.
CompanyStatus
),
1
);
try
{
var
BrandModel
=
oldList
?.
FirstOrDefault
();
...
...
@@ -273,6 +284,15 @@ namespace Mall.Module.TradePavilion
{
{
nameof
(
RB_CompanyEnterprise_Extend
.
IsComplete
),
1
}
};
if
(
Config
.
IsCPSWJAutoExamine
==
"1"
)
{
keyValues
.
Add
(
nameof
(
RB_CompanyEnterprise_Extend
.
CompanyStatus
),
1
);
}
else
{
keyValues
.
Add
(
nameof
(
RB_CompanyEnterprise_Extend
.
CompanyStatus
),
0
);
}
keyValues
.
Add
(
nameof
(
RB_CompanyEnterprise_Extend
.
RejectRemark
),
""
);
List
<
WhereHelper
>
wheres
=
new
List
<
WhereHelper
>()
{
new
WhereHelper
()
...
...
@@ -324,7 +344,6 @@ namespace Mall.Module.TradePavilion
{
if
(
Config
.
IsCPSWJAutoExamine
==
"1"
)
//自动审核
{
keyValues
.
Add
(
nameof
(
RB_CompanyEnterprise_Extend
.
CompanyStatus
),
1
);
try
{
var
BrandModel
=
oldList
?.
FirstOrDefault
();
...
...
@@ -604,7 +623,7 @@ namespace Mall.Module.TradePavilion
OperatorEnum
=
OperatorEnum
.
Equal
}
};
if
(
Config
.
Is
FirtsShop
AutoExamine
==
"1"
)
//自动审核
if
(
Config
.
Is
CPSWJ
AutoExamine
==
"1"
)
//自动审核
{
keyValues
.
Add
(
nameof
(
RB_CompanyEnterprise_Extend
.
CompanyStatus
),
1
);
//载体
...
...
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