| | |
| | | import org.springframework.stereotype.Service; |
| | | import org.springframework.transaction.annotation.Transactional; |
| | | import com.oying.utils.PageUtil; |
| | | import java.util.List; |
| | | import java.util.Map; |
| | | |
| | | import java.util.*; |
| | | import java.io.IOException; |
| | | import javax.servlet.http.HttpServletResponse; |
| | | import java.util.ArrayList; |
| | | import java.util.LinkedHashMap; |
| | | |
| | | import com.oying.utils.PageResult; |
| | | |
| | | /** |
| | |
| | | } |
| | | |
| | | @Override |
| | | public List<OrderReturnProductSnapshot> queryOrderReturnProductSnapshot(String returnNum) { |
| | | return orderReturnProductSnapshotMapper.queryOrderReturnProductSnapshot(returnNum); |
| | | } |
| | | |
| | | @Override |
| | | @Transactional(rollbackFor = Exception.class) |
| | | public void create(OrderReturnProductSnapshot resources) { |
| | | orderReturnProductSnapshotMapper.insert(resources); |