Browse Source

git-svn-id: https://192.168.57.71/svn/jsgkj@247 931142cf-59ea-a443-aa0e-51397b428577

ld_xuhx 9 years ago
parent
commit
6e62032dbe

+ 1 - 3
gkjsjy/trunk/src/com/xt/jygl/accessory/service/impl/AccessoryServiceImpl.java

@@ -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();
 			}
 			}
 		}
 		}