Commit 33296c85 authored by 赵啸非's avatar 赵啸非

修改vue为内网环境

parent 6623386c
...@@ -77,15 +77,15 @@ public class OperateLogController extends BaseCRUDJsonBodyMappingController<Oper ...@@ -77,15 +77,15 @@ public class OperateLogController extends BaseCRUDJsonBodyMappingController<Oper
@Override @Override
@UnAuth @UnAuth
public String save(@RequestBody OperateLogEntity entity) { public String save(@RequestBody OperateLogEntity entity) {
OperateLogPdu operateLogPdu = new OperateLogPdu(); /* OperateLogPdu operateLogPdu = new OperateLogPdu();
operateLogPdu.initAttrValue(); operateLogPdu.initAttrValue();
BeanUtils.copyProperties(entity, operateLogPdu, BeanUtil.getNullPropertyNames(entity)); BeanUtils.copyProperties(entity, operateLogPdu, BeanUtil.getNullPropertyNames(entity));
messageProducer.syncOperSend(operateLogPdu); messageProducer.syncOperSend(operateLogPdu);
JSONObject ret = new JSONObject(); JSONObject ret = new JSONObject();
ret.put("code", VALUE_RESULT_SUCCESS); ret.put("code", VALUE_RESULT_SUCCESS);
return ret.toJSONString(); return ret.toJSONString();*/
//return super.save(entity); return super.save(entity);
} }
public static void main(String[] args) throws JsonProcessingException { public static void main(String[] args) throws JsonProcessingException {
......
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