Commit c74e4aec by liuyang

1.查询最新设备日志信息

parent 2f60e777
......@@ -170,13 +170,7 @@ public class ServiceHPSB002 extends ServiceBase {
Map map = new HashMap<>();
map.put("maxDate", DateUtils.formatShort(DateUtils.shortDate()));
List<HPSB002> hpsb002s = DaoBase.getInstance().query("HPSB002.queryMaxDate", map);
/*if (CollectionUtils.isNotEmpty(hpsb002s)) {
for (HPSB002 hpsb002: hpsb002s) {
hpsb002.setCompanyCode("Q24072514");
DaoUtils.insert("HPSB002.insertHgSb010", hpsb002);
}
}*/
inInfo.getBlock(EiConstant.resultBlock).setRows(hpsb002s);
inInfo.set(EiConstant.resultBlock,hpsb002s);
return inInfo;
}
}
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