mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-19 00:37:08 +00:00
opt createDimension and add createBatchTag (#803)
This commit is contained in:
@@ -105,6 +105,13 @@
|
||||
#{id}
|
||||
</foreach>
|
||||
</if>
|
||||
<if test="bizNames != null and bizNames.size >0">
|
||||
and biz_name in
|
||||
<foreach collection="bizNames" index="index" item="bizName" open="(" close=")"
|
||||
separator=",">
|
||||
#{bizName}
|
||||
</foreach>
|
||||
</if>
|
||||
<if test="createdBy != null">
|
||||
and created_by = #{createdBy}
|
||||
</if>
|
||||
|
||||
Reference in New Issue
Block a user