|
@@ -88,6 +88,7 @@ public class BillBuyInfoServiceImpl extends ServiceImpl<BillBuyInfoMapper, BillB
|
|
|
|
|
|
BillLandingInspection billLandingInspection = new BillLandingInspection();
|
|
|
billLandingInspection.setInspectionNum(inspectionNum);
|
|
|
+ billLandingInspection.setInspectionName(buyer+"的产地检疫");
|
|
|
billLandingInspection.setCargoOwner(cargoOwner);
|
|
|
billLandingInspection.setOwnerPhone(ownerPhone);
|
|
|
billLandingInspection.setAnimalType(Integer.parseInt(animalType));
|