提交 9d793c48 authored 作者: zhoushaopan's avatar zhoushaopan

fix(配发模块): 修改配发撤回阅知

修改配发撤回阅知
上级 66b1ee1c
......@@ -969,7 +969,7 @@ public class AllotBillController {
}
// 配发撤回:操作人 撤回 配发:【发送单位】至【发往单位】【型号数量】
// 例:市A 撤回 配发:【杭州市机要局】至【萧山机要局】【型号:A001,A002共3件】
messageBto1.setContent(MessageFormatUtil.spellTwoWicket(allotBill.getSendUnit(),allotBill.getReceiveUnit())+
messageBto1.setContent("撤回 配发:"+MessageFormatUtil.spellTwoWicket(allotBill.getSendUnit(),allotBill.getReceiveUnit())+
MessageFormatUtil.spellModelSetAndCount(deviceLibraryList.stream().map(DeviceLibrary::getModel)
.collect(Collectors.toSet()),allotBill.getAllotCount()));
MessageBto messageBto = new MessageBto(-1, taskBto.getBusinessType(), messageBto1.getContent(), idList, 1);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论