Commit 729e12f6 authored by wzp's avatar wzp

修改bug

parent 97a8600d
......@@ -119,7 +119,7 @@ public class TBoxOperationController extends BaseController {
}
if (2==tBoxOperation.getStatus()) {
TBoxOperation byId = tBoxOperationService.getById(tBoxOperation.getId());
if (byId.getMac()!=null&&"".equals(byId.getMac())&&!byId.getMac().equals(tBoxOperation.getMac())){
if (byId.getMac()!=null&&!"".equals(byId.getMac())&&!byId.getMac().equals(tBoxOperation.getMac())){
Map<String, Object> resultMap = new LinkedHashMap<String, Object>();
resultMap.put("resultCode", "500");
resultMap.put("message", "此账号已绑定机顶盒!");
......
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