Commit 89a2c4f3 by guanzhenshan

同上

parent 3dceb06b
......@@ -2371,7 +2371,7 @@ namespace Bailun.DC.Services
{
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
where t1.day='{date}'";
where t1.day='{date.ToString("yyyy-MM-dd")}'";
using (var cn = new MySqlConnection(Common.GlobalConfig.ConnectionString))
{
......
......@@ -29,8 +29,8 @@
<body class="fixed-sidebar full-height-layout gray-bg" style="overflow:hidden">
<script type="text/javascript">
//login_localhost();
login();
login_localhost();
//login();
window.location = "@Url.Content("~/Home/Main")";
</script>
</body>
......
var baseUrl = 'http://data.bailuntec.com'; //'http://localhost:59628/';//
var baseUrl = 'http://localhost:59628/';//'http://data.bailuntec.com'; //
var globalOrderSort='';
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