Commit f7f80d29 authored by liqin's avatar liqin 💬

bug fixed

parent 2580bdfa
......@@ -34,11 +34,11 @@ public interface AssetMapper extends BaseMapper<Asset> {
"</script>")
Page<Asset> selectPageByConditions(Page<Object> page, String videoContentCatId, String videoContentCopyrightOwnerId);
@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.private_key <> NULL" +
"</script>")
// @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.private_key <> 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