| | |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | | import org.springframework.beans.factory.annotation.Value; |
| | | import org.springframework.stereotype.Service; |
| | | import org.springframework.transaction.annotation.Isolation; |
| | | import org.springframework.transaction.annotation.Transactional; |
| | | |
| | | import java.text.SimpleDateFormat; |
| | | import java.util.ArrayList; |
| | |
| | | } |
| | | |
| | | @Override |
| | | @Transactional(isolation= Isolation.READ_COMMITTED) |
| | | public void checkComplete2(String orderNo) { |
| | | Order order = this.selectByNo(orderNo); |
| | | if (Cools.isEmpty(order)) { |