#
Junjie
3 天以前 c7c446cd590db549adcd4c63700fe1f32a5d3b24
src/main/java/com/zy/core/network/real/ZyRgvRealConnect.java
@@ -130,7 +130,7 @@
                    1,    // 下发状态{0:未下发,1:已下发}
                    JSON.toJSONString(response)    // 响应
            );
            bean.insert(basRgvOpt);
            bean.save(basRgvOpt);
        }
        return response;
    }