|
@@ -22,8 +22,6 @@ import com.xt.jygl.accessory.entity.AccessoryEntity;
|
|
import com.xt.jygl.accessory.service.AccessoryService;
|
|
import com.xt.jygl.accessory.service.AccessoryService;
|
|
import com.xt.jygl.common.GlobalData;
|
|
import com.xt.jygl.common.GlobalData;
|
|
import com.xt.jygl.common.service.JyglBaseService;
|
|
import com.xt.jygl.common.service.JyglBaseService;
|
|
-import com.xt.jygl.ftp.Ftp;
|
|
|
|
-import com.xt.jygl.ftp.FtpUtil;
|
|
|
|
import com.xt.jygl.gkjygl.gkjyr.jyrjbxx.vo.GkjyrVo;
|
|
import com.xt.jygl.gkjygl.gkjyr.jyrjbxx.vo.GkjyrVo;
|
|
import com.xtframe.core.support.SecurityMgr;
|
|
import com.xtframe.core.support.SecurityMgr;
|
|
import com.xtframe.sec.common.SecRepository;
|
|
import com.xtframe.sec.common.SecRepository;
|
|
@@ -204,7 +202,7 @@ public class AccessoryServiceImpl extends JyglBaseService<AccessoryEntity, Strin
|
|
} catch (Exception e) {
|
|
} catch (Exception e) {
|
|
e.printStackTrace();
|
|
e.printStackTrace();
|
|
} finally {
|
|
} finally {
|
|
- FtpUtil.closeFtp();
|
|
|
|
|
|
+ //FtpUtil.closeFtp();
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|