Commit f7b9c756 authored by zhoumaotao's avatar zhoumaotao

代码调整2

parent 9ab2fe9d
......@@ -60,7 +60,7 @@ public class KmesBoardDaoImpl extends BaseDaoImpl implements KmesBoardDao {
sqlMap.append(" from PCJHMX group by PCJHMX_WOID) A on A.PCJHMX_WOID = WO_ID ");
sqlMap.append(" left join WLXX on WLXX_ID = WO_WLID ");
sqlMap.append("where WO_WGSL - WO_XQSL < 0 ");
sqlMap.append("order by WO_YWRQ desc ");
sqlMap.append("order by WO_YWRQ desc,WO_DJID desc ");
return sqlMap.query(UWoVO.class);
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment