no message

dev
이범준 5 months ago
parent dbd711588c
commit cf889c8dbf

@ -16,6 +16,7 @@ import cokr.xit.base.file.service.FileQuery;
import cokr.xit.foundation.data.paging.MapperSupport; import cokr.xit.foundation.data.paging.MapperSupport;
@Intercepts({ @Intercepts({
@Signature(type = Executor.class, method = "query", args = {MappedStatement.class, Object.class, RowBounds.class, ResultHandler.class}),
@Signature(type = Executor.class, method = "update", args = {MappedStatement.class, Object.class}) @Signature(type = Executor.class, method = "update", args = {MappedStatement.class, Object.class})
}) })
public class AddsMapperSupport extends MapperSupport { public class AddsMapperSupport extends MapperSupport {

Loading…
Cancel
Save