Commit fc73bdf3 authored by 黎博's avatar 黎博

修改bug洗数据

parent b9009246
......@@ -163,6 +163,8 @@ public class EffectController {
jsonObject.put("interfaceDocument", submitTestInstruction.getApi());
jsonObject.put("remark", submitTestInstruction.getScope());
jsonObject.put("status", 1);
jsonObject.put("createTime", submitTestInstruction.getCreateTime());
jsonObject.put("updateTime", submitTestInstruction.getUpdateTime());
QueryWrapper<DingRobot> queryWrapper = new QueryWrapper<>();
queryWrapper.eq("submit_test_instruction_id", submitTestInstruction.getId());
......
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