经典错误
This commit is contained in:
parent
37979b25f2
commit
567123227e
@ -61,7 +61,7 @@ public class Aes128Cbc {
|
|||||||
NoSuchAlgorithmException, IllegalBlockSizeException, UnsupportedEncodingException, NoSuchPaddingException,
|
NoSuchAlgorithmException, IllegalBlockSizeException, UnsupportedEncodingException, NoSuchPaddingException,
|
||||||
InvalidKeyException {
|
InvalidKeyException {
|
||||||
|
|
||||||
System.out.println(decryptString("Fa09StzEtf3Qfmr/b91gfg==",
|
System.out.println(decryptString("jfhddz8ZpaNGaiwFYieY7w==",
|
||||||
"8LpncubmWiPCzY3V", "av6A8QdnRaVRMXu6"
|
"8LpncubmWiPCzY3V", "av6A8QdnRaVRMXu6"
|
||||||
));
|
));
|
||||||
//ujNoGsWRo5MyPKYOxeofKwgPEng3xF+yhM8DDjwtwHo=
|
//ujNoGsWRo5MyPKYOxeofKwgPEng3xF+yhM8DDjwtwHo=
|
||||||
|
|||||||
@ -95,7 +95,7 @@ public class NotificationEquipChargeStatusTask extends CoreDispatcher {
|
|||||||
|
|
||||||
public static void calculateEm(EquipChargeStatus equipChargeStatus, CacheRateModel cacheRateModel) {
|
public static void calculateEm(EquipChargeStatus equipChargeStatus, CacheRateModel cacheRateModel) {
|
||||||
|
|
||||||
if (cacheRateModel != null) {
|
if (cacheRateModel == null) {
|
||||||
equipChargeStatus.setChargeDetails(new ChargeDetails[0]);
|
equipChargeStatus.setChargeDetails(new ChargeDetails[0]);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user