登记列表同步方法 医院编码改成机构ID
This commit is contained in:
parent
139ec42e87
commit
ce14e5088d
@ -435,10 +435,10 @@ public class ultrasonicController {
|
|||||||
public void FtpImage(@RequestBody insimagescreenshotVO insimagescreenshotVO)
|
public void FtpImage(@RequestBody insimagescreenshotVO insimagescreenshotVO)
|
||||||
{
|
{
|
||||||
String base64String = insimagescreenshotVO.getImagebase();
|
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
|
int ftpPort = 21; // FTP端口,默认为21
|
||||||
String ftpUser = "pacs";
|
String ftpUser = "pacs";
|
||||||
String ftpPassword = "pacs";
|
String ftpPassword = "pacs123";
|
||||||
String uploadPath = "/";
|
String uploadPath = "/";
|
||||||
String fileName = System.currentTimeMillis()+".jpg";
|
String fileName = System.currentTimeMillis()+".jpg";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user