Commit b1e6646d436eae24c0d6a627eb2bd96debe9534f
1 parent
917a7406
出库回传接口调整
Showing
1 changed file
with
4 additions
and
1 deletions
src/main/java/com/huaheng/api/U8/service/ICSShipmentService.java
... | ... | @@ -184,7 +184,10 @@ public class ICSShipmentService { |
184 | 184 | icsShipmentDetail.setcCode(code); |
185 | 185 | icsShipmentDetails=icsShipmentDetailService.selectList(icsShipmentDetail); |
186 | 186 | for(ICSShipmentDetail item :icsShipmentDetails){ |
187 | - item.setID(item.getIrowno()); | |
187 | + shipmentDetail.setShipmentCode(code); | |
188 | + shipmentDetail.setSourceLine(item.getIrowno().toString()); | |
189 | + shipmentDetailService.selectFirstEntity(shipmentDetail); | |
190 | + item.setID(shipmentDetail.getId()); | |
188 | 191 | } |
189 | 192 | } |
190 | 193 | |
... | ... |