...
|
...
|
@@ -10,5 +10,5 @@ import org.apache.ibatis.annotations.Param; |
|
|
public interface QiniuLiveRecordMapper {
|
|
|
int updateStatusByPersistId(@Param("persistId")String persistId, @Param("status")Integer status);
|
|
|
|
|
|
QiniuLiveRecord selectByOrderCodes(@Param("orderCode")Integer orderCode);
|
|
|
QiniuLiveRecord selectByOrderCodes(@Param("orderCode")Long orderCode);
|
|
|
} |
...
|
...
|
|