|
@@ -5620,13 +5620,13 @@ public class TWarehouseBillsServiceImpl implements ITWarehouseBillsService {
|
|
|
}
|
|
|
}
|
|
|
//一致批量更改船名航次
|
|
|
- if (fVoyage != null) {
|
|
|
+ /*if (fVoyage != null) {
|
|
|
TVoyage voyage = tVoyageMapper.selectTVoyageById(fVoyage);
|
|
|
fLoadportid = voyage.getfPortofloadid();
|
|
|
fDestportid = voyage.getfDistinationid();
|
|
|
fLaneid = voyage.getfLaneid();
|
|
|
|
|
|
- }
|
|
|
+ }*/
|
|
|
int i = tWarehouseBillsMapper.updateTWarehousebillsByIds(fIds, fVessel, fVoyage, fCargoPlanning,
|
|
|
fLoadportid, fDestportid, fLaneid);
|
|
|
if (i >= 1) {
|