提交 d60c070d authored 作者: zhoushaopan's avatar zhoushaopan

fix(配发模块): 修改了两个人的电子签名却显示出三个

修改了两个人的电子签名却显示出三个
上级 dbb17f75
...@@ -444,7 +444,7 @@ public class AllotBillController { ...@@ -444,7 +444,7 @@ public class AllotBillController {
allotBillEntity.setReceiveUseraIdSignature(allotReceiveVo.getReceiveUseraIdSignature()); allotBillEntity.setReceiveUseraIdSignature(allotReceiveVo.getReceiveUseraIdSignature());
} }
if (allotReceiveVo.getReceiveUserbIdSignature()!=null){ if (allotReceiveVo.getReceiveUserbIdSignature()!=null){
allotBillEntity.setReceiveUserbIdSignature(allotReceiveVo.getReceiveUseraIdSignature()); allotBillEntity.setReceiveUserbIdSignature(allotReceiveVo.getReceiveUserbIdSignature());
} }
allotBillService.update(allotBillEntity); allotBillService.update(allotBillEntity);
//添加当前用户为涉及人员 //添加当前用户为涉及人员
...@@ -713,7 +713,7 @@ public class AllotBillController { ...@@ -713,7 +713,7 @@ public class AllotBillController {
allotBill.setReceiveUseraIdSignature(fileUploadVo.getReceiveUseraIdSignature()); allotBill.setReceiveUseraIdSignature(fileUploadVo.getReceiveUseraIdSignature());
} }
if(fileUploadVo.getReceiveUserbIdSignature() != null){ if(fileUploadVo.getReceiveUserbIdSignature() != null){
allotBill.setReceiveUserbIdSignature(fileUploadVo.getReceiveUseraIdSignature()); allotBill.setReceiveUserbIdSignature(fileUploadVo.getReceiveUserbIdSignature());
} }
//是否上传接收方B岗 //是否上传接收方B岗
// if (fileUploadVo.getReceiveUserbId()!=null){ // if (fileUploadVo.getReceiveUserbId()!=null){
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论