|
|
|
@ -1762,7 +1762,7 @@ public class PartInformationServiceImpl extends ServiceImpl<PartInformationMappe |
|
|
|
@Transactional |
|
|
|
public void temporaryCopyPart(PartInformationVo inData, PartInformationEntity fromPart) { |
|
|
|
SysUserEntity ifsUser = sysUserDao.selectOne(new QueryWrapper<SysUserEntity>().eq("username", inData.getCreateBy())); |
|
|
|
log.info(ifsUser.toString()); |
|
|
|
log.info("用户名:" + ifsUser.getIfsUsername() + "密码:" + ifsUser.getIfsPassword()); |
|
|
|
log.info(ifsTargetUrl); |
|
|
|
//Server srv = getIfsServer(inData.getCreateBy()); |
|
|
|
|
|
|
|
|