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
f559c51b
Commit
f559c51b
authored
Oct 02, 2020
by
guanzhenshan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加只读实例
parent
545a68fd
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
OrdersServices.cs
Bailun.DC.Services/OrdersServices.cs
+4
-4
Index.cshtml
Bailun.DC.Web/Pages/Index.cshtml
+1
-1
Main.cshtml
Bailun.DC.Web/Views/Home/Main.cshtml
+1
-1
No files found.
Bailun.DC.Services/OrdersServices.cs
View file @
f559c51b
...
...
@@ -1630,7 +1630,7 @@ namespace Bailun.DC.Services
sql
+=
" group by tb.platform_type"
;
using
(
var
cn
=
new
MySqlConnection
(
Common
.
GlobalConfig
.
ConnectionString
))
using
(
var
cn
=
new
MySqlConnection
(
Common
.
GlobalConfig
.
ConnectionString
_read
))
{
if
(
cn
.
State
==
System
.
Data
.
ConnectionState
.
Closed
)
{
...
...
@@ -1867,7 +1867,7 @@ namespace Bailun.DC.Services
sql
+=
" group by t60.source"
;
}
using
(
var
cn
=
new
MySqlConnection
(
Common
.
GlobalConfig
.
ConnectionString
))
using
(
var
cn
=
new
MySqlConnection
(
Common
.
GlobalConfig
.
ConnectionString
_read
))
{
if
(
cn
.
State
==
System
.
Data
.
ConnectionState
.
Closed
)
{
...
...
@@ -2057,7 +2057,7 @@ namespace Bailun.DC.Services
using
(
var
cn
=
new
MySqlConnection
(
Common
.
GlobalConfig
.
ConnectionString
))
using
(
var
cn
=
new
MySqlConnection
(
Common
.
GlobalConfig
.
ConnectionString
_read
))
{
if
(
cn
.
State
==
System
.
Data
.
ConnectionState
.
Closed
)
{
...
...
@@ -5706,7 +5706,7 @@ namespace Bailun.DC.Services
}
using
(
var
cn
=
new
MySqlConnection
(
Common
.
GlobalConfig
.
ConnectionString
))
using
(
var
cn
=
new
MySqlConnection
(
Common
.
GlobalConfig
.
ConnectionString
_read
))
{
if
(
cn
.
State
==
System
.
Data
.
ConnectionState
.
Closed
)
{
...
...
Bailun.DC.Web/Pages/Index.cshtml
View file @
f559c51b
...
...
@@ -24,7 +24,7 @@
<script
src=
"css/hplus/js/jquery.min.js?v=2.1.4"
></script>
<script
src=
"~/js/jquery.cookie.js"
type=
"text/javascript"
></script>
<script
src=
"~/js/common.js?2020091600
0
7"
type=
"text/javascript"
></script>
<script
src=
"~/js/common.js?2020091600
1
7"
type=
"text/javascript"
></script>
</head>
<body
class=
"fixed-sidebar full-height-layout gray-bg"
style=
"overflow:hidden"
>
...
...
Bailun.DC.Web/Views/Home/Main.cshtml
View file @
f559c51b
...
...
@@ -28,7 +28,7 @@
<script
src=
"/css/hplus/js/jquery.min.js?v=2.1.4"
></script>
<script
src=
"/js/jquery.cookie.js"
type=
"text/javascript"
></script>
<script
src=
"/js/common.js?202002200
04
"
type=
"text/javascript"
></script>
<script
src=
"/js/common.js?202002200
17
"
type=
"text/javascript"
></script>
</head>
<body
class=
"fixed-sidebar full-height-layout white-bg"
style=
"overflow:hidden"
>
...
...
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