提交 2f07bee9 authored 作者: 邓砥奕's avatar 邓砥奕

更新

上级 da84fa13
......@@ -379,8 +379,8 @@ public class RepairController {
deviceRepairSendBillEntity.setDeviceRepairBillId(repairBill1.getId());
deviceRepairSendBillEntity.setAgent(repairBillSaveVo.getAgent());
deviceRepairSendBillEntity.setTitle("维修业务");
if (repairBillSaveVo.getSendFiles()!=null&&repairBillSaveVo.getSendFiles().size()>0) {
deviceRepairSendBillEntity.setSendFiles(FilesUtil.stringFileToList(repairBillSaveVo.getSendFiles()));
if (repairBillSaveVo.getSendFileList()!=null&&repairBillSaveVo.getSendFileList().size()>0) {
deviceRepairSendBillEntity.setSendFiles(FilesUtil.stringFileToList(repairBillSaveVo.getSendFileList()));
}
RepairSendBill repairSendBill = deviceRepairSendBillService.update(deviceRepairSendBillEntity);
Integer ownUnit;
......
......@@ -93,7 +93,7 @@ public class RepairBillSaveVo {
private String leftSignatureId;
@ApiModelProperty(value = "发送方附件")
private List<FileRet> sendFiles;
private List<FileRet> sendFileList;
private List<ScriptSaveVo> scriptSaveVos;
}
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论