This commit is contained in:
2025-11-01 18:34:41 +08:00
parent 99b5c6177a
commit 5d6f20b003

View File

@@ -112,10 +112,7 @@
select
<include refid="Base_Column_List" />
from t_table_description
where 1=1
<if test="entityId != null" >
and entity_Id = #{entityId}
</if>
where entity_Id = #{entityId}
</select>
<select id="selectTtableDescOne" resultType="com.point.strategy.bean.TtableDescription" parameterType="string" >