This commit is contained in:
jl
2025-06-28 09:40:33 +08:00
parent 3042ef9370
commit 722f16a77e
6 changed files with 41 additions and 28 deletions

View File

@ -18,9 +18,10 @@ namespace PrintBoxFormsApp
{
public partial class PrintList : Form
{
Print_BoxBLL boxbll = new Print_BoxBLL();
AddressstorageBLL addrBLL = new AddressstorageBLL();
Print_BoxBLL boxbll = new Print_BoxBLL();
private Thread timerThreadDown;//创建线程11111111111111111111111111111
private Thread timerThreadUp;//创建线程
int SleepTime = 1;
@ -117,7 +118,7 @@ namespace PrintBoxFormsApp
DataTable dt = boxbll.GetPrintList(areaitem.way);
if (dt != null && dt.Rows.Count > 0)
{
string filePath = ConfigurationManager.AppSettings["Print_Box" + areaitem.area];
string filePath = ConfigurationManager.AppSettings["Print_Box" + areaitem.way];
LogHelper.WriteLogInfo("文件路径" + filePath + "\r\n");
foreach (DataRow item in dt.Rows)
{