|
|
|
@ -35,7 +35,7 @@ public class MysqlServiceImpl implements MysqlService { |
|
|
|
@Autowired |
|
|
|
private RestTemplate restTemplate; |
|
|
|
|
|
|
|
Set<Integer> validZeroTypes = new HashSet<>(Arrays.asList(1, 2, 3, 4, 5, 6, 7, 8, 11, 12, 13, 14, 18, 19, 20, 21, 22, 23, 24, 26, 28, 29, 35, 36, 40, 45, 46, 47, 48, 49, 53, 54, 60)); |
|
|
|
Set<Integer> validZeroTypes = new HashSet<>(Arrays.asList(1, 2, 3, 4, 5, 6, 7, 8, 11, 12, 13, 14, 18, 19, 20, 21, 22, 23, 24, 26, 28, 29, 35, 36, 40, 45, 46, 47, 48, 49, 53, 54, 60,67)); |
|
|
|
Set<Integer> validOneTypes = new HashSet<>(Arrays.asList(9, 15, 17, 25, 27, 37, 41, 42, 43, 50, 51, 62)); |
|
|
|
Set<Integer> validTwoTypes = new HashSet<>(Arrays.asList(52,61)); |
|
|
|
Set<Integer> validThreeTypes = new HashSet<>(Arrays.asList(10, 16, 30, 31, 32, 33, 34, 39, 44)); |
|
|
|
@ -404,7 +404,10 @@ public class MysqlServiceImpl implements MysqlService { |
|
|
|
throw new IllegalArgumentException("不应处理 platform=4,应在上层过滤"); |
|
|
|
} else if ("0".equals(platform)) { |
|
|
|
stmt.setString(8, "初始化金币"); |
|
|
|
} else { |
|
|
|
} else if ("5".equals(platform)){ |
|
|
|
stmt.setString(8, "DC"); |
|
|
|
} |
|
|
|
{ |
|
|
|
stmt.setString(8, "其他"); |
|
|
|
} |
|
|
|
|
|
|
|
|