Commit 4ffca5b5 authored by wei's avatar wei 🎱

id去掉

parent 2e645016
...@@ -103,7 +103,6 @@ public class ExtSupplierManageServiceImpl<V extends ExtSupplierManageVO> impleme ...@@ -103,7 +103,6 @@ public class ExtSupplierManageServiceImpl<V extends ExtSupplierManageVO> impleme
BeanUtils.copyProperties(source, supplierEarlyWarningVO); BeanUtils.copyProperties(source, supplierEarlyWarningVO);
DictDataVO supplierType = supplierTypeMap.get(source.getSupplierType()); DictDataVO supplierType = supplierTypeMap.get(source.getSupplierType());
DictDataVO qualificationsContent = qualificationsContentMap.get(target.getQualificationsContent()); DictDataVO qualificationsContent = qualificationsContentMap.get(target.getQualificationsContent());
supplierEarlyWarningVO.setId(target.getId());
supplierEarlyWarningVO.setSupplierType(supplierType.getDictValue()); supplierEarlyWarningVO.setSupplierType(supplierType.getDictValue());
supplierEarlyWarningVO.setQualificationsContent(qualificationsContent.getDictValue()); supplierEarlyWarningVO.setQualificationsContent(qualificationsContent.getDictValue());
supplierEarlyWarningVO.setCertificateNumber(target.getCertificateNumber()); supplierEarlyWarningVO.setCertificateNumber(target.getCertificateNumber());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment