12-04-收票登记修改
This commit is contained in:
@ -274,20 +274,12 @@ public class XzdSpykpSpdjServiceImpl extends ServiceImpl<XzdSpykpSpdjMapper, Xzd
|
||||
vo.setContractName(byId.getContractName());
|
||||
}
|
||||
}
|
||||
//销方(客户id)
|
||||
// if (vo.getXfId() != null){
|
||||
// R<QuerCorrespondentDto> byid2 = iXzdCorrespondentList.getCustomerByid(vo.getXfId());
|
||||
// if (byid2 != null) {
|
||||
// if (byid2.getData().getXzdCustomerinformation() != null) {
|
||||
// vo.setXfmc(byid2.getData().getXzdCustomerinformation().getUnitName());
|
||||
// }
|
||||
// }
|
||||
// }
|
||||
|
||||
//经办人
|
||||
if (vo.getJbrId() != null){
|
||||
SysUserVo sysUserVo = sysUserService.selectUserById(vo.getJbrId());
|
||||
if (sysUserVo != null){
|
||||
vo.setJbrmc(sysUserVo.getUserName());
|
||||
vo.setJbrmc(sysUserVo.getNickName());
|
||||
}
|
||||
}
|
||||
//记账组织
|
||||
|
||||
Reference in New Issue
Block a user