登记列表同步方法 医院编码改成机构ID

This commit is contained in:
lxd 2024-10-23 10:07:29 +08:00
parent 139ec42e87
commit ce14e5088d

View File

@ -435,10 +435,10 @@ public class ultrasonicController {
public void FtpImage(@RequestBody insimagescreenshotVO insimagescreenshotVO)
{
String base64String = insimagescreenshotVO.getImagebase();
String ftpServer = "114.55.171.231";
String ftpServer = "192.168.0.110";//114.55.171.231
int ftpPort = 21; // FTP端口默认为21
String ftpUser = "pacs";
String ftpPassword = "pacs";
String ftpPassword = "pacs123";
String uploadPath = "/";
String fileName = System.currentTimeMillis()+".jpg";