经典错误

This commit is contained in:
ZZ 2021-11-18 14:41:25 +08:00
parent 37979b25f2
commit 567123227e
2 changed files with 2 additions and 2 deletions

View File

@ -61,7 +61,7 @@ public class Aes128Cbc {
NoSuchAlgorithmException, IllegalBlockSizeException, UnsupportedEncodingException, NoSuchPaddingException,
InvalidKeyException {
System.out.println(decryptString("Fa09StzEtf3Qfmr/b91gfg==",
System.out.println(decryptString("jfhddz8ZpaNGaiwFYieY7w==",
"8LpncubmWiPCzY3V", "av6A8QdnRaVRMXu6"
));
//ujNoGsWRo5MyPKYOxeofKwgPEng3xF+yhM8DDjwtwHo=

View File

@ -95,7 +95,7 @@ public class NotificationEquipChargeStatusTask extends CoreDispatcher {
public static void calculateEm(EquipChargeStatus equipChargeStatus, CacheRateModel cacheRateModel) {
if (cacheRateModel != null) {
if (cacheRateModel == null) {
equipChargeStatus.setChargeDetails(new ChargeDetails[0]);
return;
}