Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
DataCenter_Core2.1_20190520
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
DataCenter_Core2.1_20190520
Commits
89a2c4f3
Commit
89a2c4f3
authored
Sep 15, 2020
by
guanzhenshan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
同上
parent
3dceb06b
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
FinanceReportServices.cs
Bailun.DC.Services/FinanceReportServices.cs
+1
-1
Index.cshtml
Bailun.DC.Web/Pages/Index.cshtml
+2
-2
common.js
Bailun.DC.Web/wwwroot/js/common.js
+1
-1
No files found.
Bailun.DC.Services/FinanceReportServices.cs
View file @
89a2c4f3
...
@@ -2371,7 +2371,7 @@ namespace Bailun.DC.Services
...
@@ -2371,7 +2371,7 @@ namespace Bailun.DC.Services
{
{
var
sql
=
$@"select t1.*,t2.buyer_name from dc_daily_purchase_semi_deliveronway t1
var
sql
=
$@"select t1.*,t2.buyer_name from dc_daily_purchase_semi_deliveronway t1
join dc_base_sku t2 on t1.bailun_sku=t2.bailun_sku
join dc_base_sku t2 on t1.bailun_sku=t2.bailun_sku
where t1.day='
{
date
}
'"
;
where t1.day='
{
date
.
ToString
(
"yyyy-MM-dd"
)
}
'"
;
using
(
var
cn
=
new
MySqlConnection
(
Common
.
GlobalConfig
.
ConnectionString
))
using
(
var
cn
=
new
MySqlConnection
(
Common
.
GlobalConfig
.
ConnectionString
))
{
{
...
...
Bailun.DC.Web/Pages/Index.cshtml
View file @
89a2c4f3
...
@@ -29,8 +29,8 @@
...
@@ -29,8 +29,8 @@
<body
class=
"fixed-sidebar full-height-layout gray-bg"
style=
"overflow:hidden"
>
<body
class=
"fixed-sidebar full-height-layout gray-bg"
style=
"overflow:hidden"
>
<script
type=
"text/javascript"
>
<script
type=
"text/javascript"
>
//
login_localhost();
login_localhost
();
login
();
//
login();
window
.
location
=
"@Url.Content("
~
/Home/
Main
")"
;
window
.
location
=
"@Url.Content("
~
/Home/
Main
")"
;
</script>
</script>
</body>
</body>
...
...
Bailun.DC.Web/wwwroot/js/common.js
View file @
89a2c4f3
var
baseUrl
=
'http://
data.bailuntec.com'
;
//'http://localhost:59628/';
//
var
baseUrl
=
'http://
localhost:59628/'
;
//'http://data.bailuntec.com';
//
var
globalOrderSort
=
''
;
var
globalOrderSort
=
''
;
var
globalOrderType
=
''
;
var
globalOrderType
=
''
;
...
...
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