|
@@ -258,7 +258,7 @@ public class AspSafeAttachmentsServiceImpl extends ServiceImpl<AspSafeAttachment
|
|
|
aspSafeAttachmentsDo.setMainid(checkAreaMap.get(vo.getTreeName()));
|
|
|
aspSafeAttachmentsDo.setUseshopid(orgMap.get(vo.getUseshop()));
|
|
|
// 时间转换
|
|
|
- if (StringUtils.isBlank(vo.getManufacturestr())) {
|
|
|
+ if (StringUtils.isNotBlank(vo.getManufacturestr())) {
|
|
|
aspSafeAttachmentsDo.setManufacturedate(dateFormatValidation(vo.getManufacturestr()));
|
|
|
}
|
|
|
|