From 7929f99e3096841a73197b8f61b9c3091db48823 Mon Sep 17 00:00:00 2001 From: ouyangqing <ouyangqing@DESKTOP-B85SG1D> Date: 星期一, 25 一月 2021 14:07:04 +0800 Subject: [PATCH] nothing --- SCM/单据资料/Gy_BarCodeMain.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git "a/SCM/\345\215\225\346\215\256\350\265\204\346\226\231/Gy_BarCodeMain.cs" "b/SCM/\345\215\225\346\215\256\350\265\204\346\226\231/Gy_BarCodeMain.cs" index e267649..f982836 100644 --- "a/SCM/\345\215\225\346\215\256\350\265\204\346\226\231/Gy_BarCodeMain.cs" +++ "b/SCM/\345\215\225\346\215\256\350\265\204\346\226\231/Gy_BarCodeMain.cs" @@ -43,7 +43,7 @@ MessageBox.Show("寮�濮嬫椂闂翠笉鑳藉ぇ浜庢埅鑷虫椂闂�"); return; } - whereBuilder.Append(" and a.FDATE>''" + dateTimePicker1.Text+ "'' and a.FDATE<''" + dateTimePicker2.Text+" 23:59:59''"); + whereBuilder.Append(" and c.HMakeDate>''" + dateTimePicker1.Text+ "'' and c.HMakeDate<''" + dateTimePicker2.Text+" ''"); if (!string.IsNullOrEmpty(txtHBillNo.Text)) whereBuilder.Append(" and a.FBILLNO like ''%" + txtHBillNo.Text+"%''"); if (!string.IsNullOrEmpty(textBox1.Text)) -- Gitblit v1.9.1