Ver Fonte

广电订单流转状态过滤

mac há 2 anos atrás
pai
commit
612904ba77

+ 1 - 1
kxs-product/kxs-product-biz/src/main/java/com/kxs/product/biz/service/impl/KxsGdServiceImpl.java

@@ -101,7 +101,7 @@ public class KxsGdServiceImpl implements KxsGdService {
         try {
         try {
             boolean checkSign = GdRsaUtils.checkSign(param, rsaProperties.getGd().getPublicKey());
             boolean checkSign = GdRsaUtils.checkSign(param, rsaProperties.getGd().getPublicKey());
             if(!checkSign) {
             if(!checkSign) {
-//                throw new GlobalCustomerException("广电接收激活数据验证签名失败");
+                throw new GlobalCustomerException("广电接收激活数据验证签名失败");
             }
             }
         } catch (Exception e) {
         } catch (Exception e) {
             throw new GlobalCustomerException("广电接收激活数据验证签名失败");
             throw new GlobalCustomerException("广电接收激活数据验证签名失败");