test
This commit is contained in:
@@ -112,10 +112,7 @@
|
|||||||
select
|
select
|
||||||
<include refid="Base_Column_List" />
|
<include refid="Base_Column_List" />
|
||||||
from t_table_description
|
from t_table_description
|
||||||
where 1=1
|
where entity_Id = #{entityId}
|
||||||
<if test="entityId != null" >
|
|
||||||
and entity_Id = #{entityId}
|
|
||||||
</if>
|
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<select id="selectTtableDescOne" resultType="com.point.strategy.bean.TtableDescription" parameterType="string" >
|
<select id="selectTtableDescOne" resultType="com.point.strategy.bean.TtableDescription" parameterType="string" >
|
||||||
|
|||||||
Reference in New Issue
Block a user