src/main/java/com/fzzy/protocol/fzzy/server/ServerUtils.java
@@ -1,8 +1,6 @@ package com.fzzy.protocol.fzzy.server; import com.fzzy.api.utils.ContextUtil; import com.fzzy.gateway.data.BaseReqData; import com.fzzy.gateway.data.BaseResp; import java.util.HashMap; import java.util.Map; @@ -214,6 +212,6 @@ regDepotId = regDepotId.substring(regDepotId.length() - 4); } return Integer.valueOf(regDepotId)+""; return Integer.valueOf(regDepotId) + ""; } }