Commit 8d1ae33e authored by liqin's avatar liqin 💬

bug fixed

parent 0b2b2d63
......@@ -36,7 +36,7 @@ public interface AssetMapper extends BaseMapper<Asset> {
@Select("<script>" +
"SELECT b.*, o.code as organ_code, o.`name` as organ_name " +
"FROM t_box_operation b, t_organ o " +
"where b.organ_id = o.id and b.public_key IS NOT NULL" +
"where b.organ_id = o.id and b.mac IS NOT NULL" +
"</script>")
List<TBoxOperation> selectBoxListByOrgan();
......
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