提交 35b82c14 authored 作者: zhoushaopan's avatar zhoushaopan

fix(维修模块): 维修日志签章签字错误

维修日志签章签字错误
上级 ec40c980
......@@ -1135,10 +1135,10 @@ public class RepairController {
//判断是签字还是签章
DeviceLogDto deviceLogDto;
if (repairBackBillSaveVo.getLeftSignatureId()!=null && "".equals(repairBackBillSaveVo.getLeftSignatureId())){
deviceLogDto = new DeviceLogDto(d.getDeviceId(), "向" + repairBackBillSaveVo.getReceiveUnit() + "退还维修装备(签)", fileVoList, taskBto2.getId(),taskBto2.getId());
deviceLogDto = new DeviceLogDto(d.getDeviceId(), "向" + repairBackBillSaveVo.getReceiveUnit() + "退还维修装备(签)", fileVoList, taskBto2.getId(),taskBto2.getId());
}else {
deviceLogDto = new DeviceLogDto(d.getDeviceId(), "向" + repairBackBillSaveVo.getReceiveUnit() + "退还维修装备(签)", fileVoList, taskBto2.getId(),taskBto2.getId());
deviceLogDto = new DeviceLogDto(d.getDeviceId(), "向" + repairBackBillSaveVo.getReceiveUnit() + "退还维修装备(签)", fileVoList, taskBto2.getId(),taskBto2.getId());
}
deviceLogService.addLog(deviceLogDto);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论