This commit is contained in:
@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user