Commit 3290889e by 雷紫添

增加限流空置。

parent a2396d1c
......@@ -61,7 +61,7 @@ public class RycjServiceImpl implements RycjService {
rycj.setVersion(jccj.getVersion());
rycj.setStatus_code(jccj.getStatus_code());
rycj.setStatus_message(jccj.getStatus_message());
final Base64.Decoder decoder = Base64.getDecoder();
final Base64.Decoder decoder = Base64.getMimeDecoder();
//获取zip包 进行入库
byte[] data=decoder.decode(jccj.getXxsb_zip());
InputStream in = new ByteArrayInputStream(data);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment