|
|
@ -406,8 +406,7 @@ public class MysqlServiceImpl implements MysqlService { |
|
|
stmt.setString(8, "初始化金币"); |
|
|
stmt.setString(8, "初始化金币"); |
|
|
} else if ("5".equals(platform)){ |
|
|
} else if ("5".equals(platform)){ |
|
|
stmt.setString(8, "DC"); |
|
|
stmt.setString(8, "DC"); |
|
|
} |
|
|
|
|
|
{ |
|
|
|
|
|
|
|
|
}else { |
|
|
stmt.setString(8, "其他"); |
|
|
stmt.setString(8, "其他"); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|