|
|
@@ -375,7 +375,7 @@ public class CustomerApiController {
|
|
|
//a.交费时间
|
|
|
triples.add(new ImmutableTriple<>(new ImmutablePair<>("a", "30天内交费"), new MutableInt(), new MutableObject<>()));
|
|
|
triples.add(new ImmutableTriple<>(new ImmutablePair<>("b", "31-50天交费"), new MutableInt(), new MutableObject<>()));
|
|
|
- triples.add(new ImmutableTriple<>(new ImmutablePair<>("c", "50-60天交费"), new MutableInt(), new MutableObject<>()));
|
|
|
+ triples.add(new ImmutableTriple<>(new ImmutablePair<>("c", "51-60天交费"), new MutableInt(), new MutableObject<>()));
|
|
|
triples.add(new ImmutableTriple<>(new ImmutablePair<>("d", "逾期交费"), new MutableInt(), new MutableObject<>()));
|
|
|
|
|
|
BiConsumer<Triple<Pair<String, String>, MutableInt, Mutable<String>>, JSONObject> consumer = (triple, jsonObj) -> {
|