|
|
@ -166,7 +166,7 @@ namespace Mesnac.Action.ChemicalWeighing.LjReport.DayWhiteEmbryo
|
|
|
|
" t1.actValue, t1.actToler, t1.recordTime\r\n " +
|
|
|
|
" t1.actValue, t1.actToler, t1.recordTime\r\n " +
|
|
|
|
" from Report_DryDos_Detail t1\r\n " +
|
|
|
|
" from Report_DryDos_Detail t1\r\n " +
|
|
|
|
" left join Report_Dry t2 on t1.reportId= t2.reportId\r\nwhere " +
|
|
|
|
" left join Report_Dry t2 on t1.reportId= t2.reportId\r\nwhere " +
|
|
|
|
$"t2.dryNo='{i}' and t1.recordTime>'{statValue}' and t1.recordTime<='{endValue}'\r\n\r\norder by t1.matCode";
|
|
|
|
$"t2.dryNo='{i}' and t2.recordTime>'{statValue}' and t2.recordTime<='{endValue}'\r\n\r\norder by t1.matCode";
|
|
|
|
|
|
|
|
|
|
|
|
dbHelper.CommandText = sql.ToString();
|
|
|
|
dbHelper.CommandText = sql.ToString();
|
|
|
|
dbHelper.CommandType = CommandType.Text;
|
|
|
|
dbHelper.CommandType = CommandType.Text;
|
|
|
|