opt createDimension and add createBatchTag (#803)

This commit is contained in:
daikon
2024-03-12 14:30:00 +08:00
committed by GitHub
parent ae7acb4817
commit c2316c944d
13 changed files with 225 additions and 20 deletions

View File

@@ -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>