|
|
|
@ -138,7 +138,7 @@ public class MesCustomerPartService extends BaseMesService<MesCustomerPart> impl
|
|
|
|
|
List<MesCustomerPart> customerPartList = baseRDao.findByHqlTopWhere(erpPartNoPackBean, 1);
|
|
|
|
|
if (!CollectionUtils.isEmpty(customerPartList)) {
|
|
|
|
|
MesCustomerPart mesCustomerPart = customerPartList.get(0);
|
|
|
|
|
return mesCustomerPart.getCustPartNo();
|
|
|
|
|
return mesCustomerPart.getErpPartNo();
|
|
|
|
|
}
|
|
|
|
|
return "";
|
|
|
|
|
}
|
|
|
|
@ -164,7 +164,7 @@ public class MesCustomerPartService extends BaseMesService<MesCustomerPart> impl
|
|
|
|
|
List<MesCustomerPart> customerPartList = baseRDao.findByHqlTopWhere(erpPartNoPackBean, 1);
|
|
|
|
|
if (!CollectionUtils.isEmpty(customerPartList)) {
|
|
|
|
|
MesCustomerPart mesCustomerPart = customerPartList.get(0);
|
|
|
|
|
return mesCustomerPart.getCustPartNo();
|
|
|
|
|
return mesCustomerPart.getErpPartNo();
|
|
|
|
|
}
|
|
|
|
|
return "";
|
|
|
|
|
}
|
|
|
|
|