Commit 89a2c4f3 by guanzhenshan

同上

parent 3dceb06b
...@@ -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))
{ {
......
...@@ -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>
......
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 = '';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment