| | |
| | | import com.zy.asrs.service.MatService; |
| | | import com.zy.asrs.service.WrkDetlService; |
| | | import com.zy.common.model.DetlDto; |
| | | import com.zy.common.utils.HttpHandler; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | | import org.springframework.stereotype.Service; |
| | | import org.springframework.transaction.annotation.Transactional; |
| | |
| | | return baseMapper.updateAnfme(anfme, wrkNo, matnr, batch,barcode) > 0; |
| | | } |
| | | } |
| | | @Override |
| | | public boolean updateBuyerLabel(String orderNo,String buyerLabel,String barcode){ |
| | | return this.baseMapper.updateBuyerLabel(orderNo, buyerLabel,barcode) > 0; |
| | | } |
| | | |
| | | @Override |
| | | public List<WrkDetl> selectAndLogByOrderNo(String orderNo) { |