Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
data-center-auto
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
bltdc
data-center-auto
Commits
9bd83a50
Commit
9bd83a50
authored
Sep 30, 2021
by
zhoujinhui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
LM仓库不自动推采购系统
parent
317190e2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
PurchaseAdviseServices.cs
AutoTurnOver.Services/PurchaseAdviseServices.cs
+1
-0
No files found.
AutoTurnOver.Services/PurchaseAdviseServices.cs
View file @
9bd83a50
...
@@ -614,6 +614,7 @@ namespace AutoTurnOver.Services
...
@@ -614,6 +614,7 @@ namespace AutoTurnOver.Services
datas
.
AddRange
(
PurchaseAdviseServices
.
DetailList
(
new
dc_auto_purchase_advise_detailed_search_dto
{
data_base_type
=
1
,
main_id
=
mainID
,
ispush
=
false
},
0
,
int
.
MaxValue
,
ref
total
));
datas
.
AddRange
(
PurchaseAdviseServices
.
DetailList
(
new
dc_auto_purchase_advise_detailed_search_dto
{
data_base_type
=
1
,
main_id
=
mainID
,
ispush
=
false
},
0
,
int
.
MaxValue
,
ref
total
));
Console
.
WriteLine
(
$"查询建议数,total:
{
datas
.
Count
}
"
);
Console
.
WriteLine
(
$"查询建议数,total:
{
datas
.
Count
}
"
);
//datas.AddRange(PurchaseAdviseServices.DetailList(new dc_auto_purchase_advise_detailed_search_dto { main_id = mainID, ispush = false }, 0, int.MaxValue, ref total));
//datas.AddRange(PurchaseAdviseServices.DetailList(new dc_auto_purchase_advise_detailed_search_dto { main_id = mainID, ispush = false }, 0, int.MaxValue, ref total));
if
(
type
==
8
)
return
;
// LM仓库不自动推采购
if
(
true
)
if
(
true
)
{
{
Console
.
WriteLine
(
$"进入推送逻辑"
);
Console
.
WriteLine
(
$"进入推送逻辑"
);
...
...
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