diff --git a/src/main/java/neatlogic/module/process/dao/mapper/catalog/ChannelMapper.xml b/src/main/java/neatlogic/module/process/dao/mapper/catalog/ChannelMapper.xml index d175227c4658db4ee3f1cbc87469095fada4d3c6..bceb622188e14a4cba7b404de67821e18d76e28f 100644 --- a/src/main/java/neatlogic/module/process/dao/mapper/catalog/ChannelMapper.xml +++ b/src/main/java/neatlogic/module/process/dao/mapper/catalog/ChannelMapper.xml @@ -29,11 +29,11 @@ LEFT JOIN `channel_user` cu ON cu.`channel_uuid` = c.`uuid` AND cu.`user_uuid` = #{userUuid} - + AND c.`uuid` IN @@ -116,11 +116,11 @@ LEFT JOIN `channel_user` cu ON cu.`channel_uuid` = c.`uuid` AND cu.`user_uuid` = #{userUuid} - + AND c.`uuid` IN @@ -197,11 +197,11 @@ JOIN `channel_user` cu ON cu.`channel_uuid` = c.`uuid` AND cu.`user_uuid` = #{userUuid} - + AND c.`uuid` IN