mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-07-19 21:48:03 +08:00
优化pile_msg_record插入数据
This commit is contained in:
@@ -23,4 +23,13 @@ public interface PileMsgRecordMapper {
|
||||
|
||||
List<PileMsgRecord> queryPileFeedList(@Param("pileSn") String pileSn, @Param("frameType") String frameType,
|
||||
@Param("transactionCode") String transactionCode);
|
||||
|
||||
List<PileMsgRecord> queryPileFeedListByJsonTransactionCode(@Param("pileSn") String pileSn, @Param("frameType") String frameType,
|
||||
@Param("transactionCode") String transactionCode);
|
||||
|
||||
Long selectRetentionCutoffId(@Param("pileSn") String pileSn, @Param("frameType") String frameType,
|
||||
@Param("offset") int offset);
|
||||
|
||||
int deleteOldRecordsBeforeId(@Param("pileSn") String pileSn, @Param("frameType") String frameType,
|
||||
@Param("cutoffId") Long cutoffId, @Param("limit") int limit);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user