| | |
| | | } |
| | | |
| | | String subject = "【不良品记录】-"+senderName; |
| | | String content = defective.getContent(); |
| | | String content = defective.getSenderName()+"上传了厂商:"+defective.getProvideName()+",产品:"+defective.getProductName()+",型号:"+defective.getType()+"的不良品记录;\n"+ |
| | | "不良品数量为:"+defective.getBadProduct()+",具体不良信息为:"+defective.getContent(); |
| | | |
| | | MailDTO mailDTO = new MailDTO(); |
| | | mailDTO.setTitle(subject); |
| | |
| | | } |
| | | |
| | | String subject = "【不良品处理记录】-"+senderName; |
| | | String content = defective.getContent(); |
| | | String content = defectiveHis.getDelName()+"修复不良品个数:"+defectiveHis.getDelProduct()+",剩余不良品个数:"+defectiveHis.getRestProduct()+"\n" |
| | | +"修复方式:"+defective.getNote(); |
| | | |
| | | MailDTO mailDTO = new MailDTO(); |
| | | mailDTO.setTitle(subject); |