test
This commit is contained in:
@@ -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" >
|
||||
|
||||
Reference in New Issue
Block a user