mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-23 20:45:10 +08:00
校验是否为并充订单
This commit is contained in:
@@ -4,6 +4,7 @@ import com.jsowell.pile.domain.PileMsgRecord;
|
||||
import org.apache.ibatis.annotations.Param;
|
||||
import org.springframework.stereotype.Repository;
|
||||
|
||||
import java.util.Date;
|
||||
import java.util.List;
|
||||
|
||||
@Repository
|
||||
@@ -18,5 +19,5 @@ public interface PileMsgRecordMapper {
|
||||
List<PileMsgRecord> getPileFeedList(@Param("pileSn") String pileSn);
|
||||
|
||||
List<PileMsgRecord> getPileFeedListV2(@Param("pileSn") String pileSn, @Param("frameType") String frameType,
|
||||
@Param("startTime") String startTime, @Param("endTime") String endTime);
|
||||
@Param("startTime") Date startTime, @Param("endTime") Date endTime);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user