WebAPI/Controllers/LMESController.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
WebAPI/Controllers/LMESController.cs
@@ -1083,7 +1083,7 @@ } else { string sql1 = "select top 1000 * from h_v_ProductionLinePackagingList where 1 = 1 "; string sql1 = "select * from h_v_ProductionLinePackagingList where 1 = 1 "; string sql = sql1 + sWhere; string sql2 = " order by 扫码日期 desc, 唯一条码 desc"; sql = sql + sql2;