| | |
| | | // |
| | | // import com.fgkj.mapper.BaseDAO; |
| | | // import com.fgkj.mapper.CallBack; |
| | | // import com.fgkj.mapper.DAOHelper; |
| | | // |
| | | // import com.fgkj.db.DBUtil; |
| | | // import com.fgkj.dto.App_Sys; |
| | | // |
| | |
| | | // public boolean update(Object obj) { |
| | | // App_Sys as=(App_Sys) obj; |
| | | // String sql=" update db_app_sys.tb_app_sys set AppServer_Reinit_BattGroupData_EN=? "; |
| | | // boolean bl=DAOHelper.executeUpdate(DBUtil.getConn(), sql, new Object[]{as.getAppServer_Reinit_BattGroupData_EN()}); |
| | | // boolean bl=DateUtil.executeUpdate(DBUtil.getConn(), sql, new Object[]{as.getAppServer_Reinit_BattGroupData_EN()}); |
| | | // return bl; |
| | | // } |
| | | // |