| | |
| | | List<MdcEquipmentDto> getMacingDataList(@Param("tableName") String tableName); |
| | | |
| | | @InterceptorIgnore(tenantLine = "1") |
| | | @Select("select Sequencenumber,CollectTime from ${tableName} " + |
| | | @Select("select Sequencenumber,CollectTime from [${tableName}] " + |
| | | " where CollectTime > #{startTime} and CollectTime <= #{endTime} and Sequencenumber is not null" + |
| | | " order by CollectTime desc ") |
| | | List<Map<String, Object>> getEquipmentSequenceNumber(@Param("tableName") String tableName, @Param("startTime") Date startTime, @Param("endTime") Date endTime); |