| | |
| | | } |
| | | |
| | | String subject = "【不良品处理记录】-"+senderName; |
| | | String content = defectiveHis.getDelName()+"修复了不良品记录,信息如下:\n厂商:"+defective.getProvideName()+"\n产品:"+defective.getProductName()+"\n型号:"+defective.getType()+ |
| | | String content = defectiveHis.getDelName()+"修复了不良品,记录信息如下:\n厂商:"+defective.getProvideName()+"\n产品:"+defective.getProductName()+"\n型号:"+defective.getType()+ |
| | | "\n不良品数量:"+defective.getBadProduct()+"\n修复不良品个数:"+defectiveHis.getDelProduct()+"\n剩余不良品个数:"+defectiveHis.getRestProduct()+"\n" |
| | | +"修复方式:"+defectiveHis.getNote(); |
| | | |