huangwenjie пре 7 година
родитељ
комит
9a97ced7c9

+ 1 - 1
patient-co-service/wlyy_service/src/main/java/com/yihu/wlyy/service/service/ZysoftApi.java

@ -28,7 +28,7 @@ public class ZysoftApi extends AbstractApiExecuter {
    /**
     * 获取计免预约加密公钥
     */
    private static byte[] getImmPublicKey() throws Exception {
    public static byte[] getImmPublicKey() throws Exception {
        if(immPublicKey == null)
        {
            immPublicKey =  sehrCrypto.sehrCrypto.ReadFileBytes(ZysoftApi.class.getClassLoader().getResource(SystemConfig.getInstance().getImmPublicKey()).toURI().getPath());