Commit 1f09f1ec authored by liuChang's avatar liuChang

ad

parent 049aed65
...@@ -21,9 +21,7 @@ import org.apache.commons.collections4.MapUtils; ...@@ -21,9 +21,7 @@ import org.apache.commons.collections4.MapUtils;
import org.springframework.stereotype.Service; import org.springframework.stereotype.Service;
import javax.annotation.Resource; import javax.annotation.Resource;
import java.util.HashMap; import java.util.*;
import java.util.List;
import java.util.Map;
/** /**
* 供应商限制信息表(FSupplierLimited)表服务实现类 * 供应商限制信息表(FSupplierLimited)表服务实现类
...@@ -136,5 +134,7 @@ public class FSupplierLimitedServiceImpl extends ServiceImpl<FSupplierLimitedMap ...@@ -136,5 +134,7 @@ public class FSupplierLimitedServiceImpl extends ServiceImpl<FSupplierLimitedMap
} }
} }
return TableDataInfo.build(page); return TableDataInfo.build(page);
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment