提交 75a2708d authored 作者: 李炎's avatar 李炎

wt

上级 ccabdb97
...@@ -59,7 +59,7 @@ public class LicInfoServiceImpl implements ILicInfoService { ...@@ -59,7 +59,7 @@ public class LicInfoServiceImpl implements ILicInfoService {
@Override @Override
public RestResponse licInfoFileCreate(LicInfoFileCreateInVo inVo, HttpServletResponse response) { public RestResponse licInfoFileCreate(LicInfoFileCreateInVo inVo, HttpServletResponse response) {
LicInfoListOutVoRecords records = licInfoMapper.getLicInfoById(inVo.getId()); LicInfoListOutVoRecords records = licInfoMapper.getLicInfoByMacAddress(inVo.getMacAddress());
if (StringUtil.isNull(records)) { if (StringUtil.isNull(records)) {
return RestResponse.fail("MAC地址不存在"); return RestResponse.fail("MAC地址不存在");
} }
......
...@@ -10,7 +10,7 @@ import java.util.List; ...@@ -10,7 +10,7 @@ import java.util.List;
*/ */
@Data @Data
public class LicInfoFileCreateInVo { public class LicInfoFileCreateInVo {
private Integer id; // private Integer id;
/** /**
* MAC地址 * MAC地址
*/ */
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论