WebAPI/Controllers/QC_ManagementController.cs
@@ -266,7 +266,7 @@ else { string sql1 = "select * from h_v_QC_PatrolProcCheckBillList where 关闭人='' "; string sql = sql1 + sqlWhere+ " order by hmainid desc "; string sql = sql1 + sqlWhere+ " order by 制单日期 desc "; ds = oCN.RunProcReturn(sql, "h_v_QC_PatrolProcCheckBillList"); } }