pang.jiabao
7 天以前 cec9784afbf47044e8eae1d1d09ca6e6a492787a
src/main/java/com/zy/asrs/domain/enums/SiteStatusType.java
@@ -18,10 +18,12 @@
    SITE_AUTO_RUN,
    // 自动+ID
    SITE_AUTO_ID,
    // 有异常
    SITE_ERROR
    ;
    public static SiteStatusType process(StaProtocol staProtocol){
    public static SiteStatusType process(StaProtocol staProtocol) {
        if (staProtocol == null) {
            return null;
        }