dep
我叫锄头 11 months ago
parent 75f7273257
commit 2372d5ecc0

@ -281,6 +281,19 @@ namespace Mesnac.Action.ChemicalWeighing.MainDetailControl
{
no = 0;
Timer1_Tick();
try
{
if (UserJudge.IsNormalUser())
{
ReportReadDb.ReadReport();
}
}
catch (Exception)
{
}
}
LineKindFlag += 1;

@ -104,9 +104,6 @@ namespace Mesnac.Action.ChemicalWeighing.Report.DryMixer
clientGrid.DataSource = table;
dbHelper.ClearParameter();
string sql = $"select t1.mixBatch as 批次,t1.mixStep as 步号,t2.ActionName as 动作,t1.mixTime as 时间,t1.mixTemp as 温度,t1.mixSpeed as 速度 from Report_DryMixer_Detail t1\r\nleft join ActionCode t2 on t2.Code=t1.actCode\r\nwhere t2.DeviceUnitId=1 and t1.reportId='{lR_planID}' order by actCode";

@ -34,7 +34,7 @@ namespace Mesnac.Action.ChemicalWeighing.Test
public void theout(object source, EventArgs e)
{
LoggingService<TestAction>.InfoFormatted("定时器运行");
ReportReadDb.ReadReport();
}
public void Run(RuntimeParameter runtime)

Loading…
Cancel
Save