| | |
| | | } |
| | | if ("å½åçç»".equals(leixing)) { |
| | | gongyi = gongyi.contains("é¢å") ? "é¢å" : gongyi; |
| | | strSQL = "select banzu from gmms_user_current where gongyi= '" + gongyi + "' and chanxian = " |
| | | strSQL = "select banzu,isPaused from gmms_user_current where gongyi= '" + gongyi + "' and chanxian = " |
| | | + line; |
| | | } |
| | | if ("æµç¨å¡è¯¦æ
".equals(leixing)) { |
| | |
| | | if ("ä¿®æ¹".equals(caozuo)) { |
| | | if ("åæ´çç»".equals(leixing)) { |
| | | String bzinfo = request.getParameter("info"); |
| | | strSQL = "update gmms_user_current set banzu = '" + bzinfo + "' where gongyi = '" + gongyi |
| | | strSQL = "update gmms_user_current set banzu = '" + bzinfo + "',isPaused=null where gongyi = '" + gongyi |
| | | + "' and chanxian = " + line; |
| | | } |
| | | if("æ¬¡ç ´".equals(leixing)){ |
| | |
| | | sn.createSql(strSQL); |
| | | int s = sn.update(); |
| | | out.print(s); |
| | | |
| | | String bzSQL = "update gmms_user_current set isPaused='æå' where gongyi = '磨边' and chanxian = " + line; |
| | | sn.createSql(bzSQL); |
| | | int ps = sn.update(); |
| | | } |
| | | |
| | | |