|
@@ -31,6 +31,7 @@ public class D10010Service extends D10010BaseModel implements ExecProcessFlow {
|
|
|
if(StringUtil.isEmpty(type)){
|
|
|
sc.andTypeLike("%"+type+"%");
|
|
|
}
|
|
|
+ sb.setOrderByClause("id Desc");
|
|
|
List<DSensor> dSensorList = sensorDao.selectByExample(sb);
|
|
|
List<D_D10010_ROWS_RECODE> rows =new ArrayList<>();
|
|
|
for (DSensor s: dSensorList) {
|