Commit ebd8ed94 authored by liqin's avatar liqin 💬

bug fixed

parent f7f80d29
...@@ -34,11 +34,11 @@ public interface AssetMapper extends BaseMapper<Asset> { ...@@ -34,11 +34,11 @@ public interface AssetMapper extends BaseMapper<Asset> {
"</script>") "</script>")
Page<Asset> selectPageByConditions(Page<Object> page, String videoContentCatId, String videoContentCopyrightOwnerId); Page<Asset> selectPageByConditions(Page<Object> page, String videoContentCatId, String videoContentCopyrightOwnerId);
// @Select("<script>" + @Select("<script>" +
// "SELECT b.*, o.code as organ_code, o.`name` as organ_name " + "SELECT b.*, o.code as organ_code, o.`name` as organ_name " +
// "FROM t_box_operation b, t_organ o " + "FROM t_box_operation b, t_organ o " +
// "where b.organ_id = o.id and b.private_key <> NULL" + "where b.organ_id = o.id and b.private_key IS NOT NULL" +
// "</script>") "</script>")
List<TBoxOperation> selectBoxListByOrgan(); 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