lisai 2022-07-26 23:32:52 +08:00
parent 6f54eb3e85
commit 822a2fc631
1 changed files with 1 additions and 0 deletions

View File

@ -165,6 +165,7 @@ public class DeviceInfoServiceimpl extends ServiceImpl<DeviceInfoMapper, DeviceI
}
if (super.saveBatch(impList)) {
clearCache();
return new DeviceInfoImpVo().setLoad(list.size()).setSuccess(impList.size()).setFail(err.size()).setErr(err).setMsg("成功");
} else {