parent
4ef0b49ed3
commit
cce498a5f5
|
@ -21,9 +21,7 @@
|
||||||
</foreach>
|
</foreach>
|
||||||
</update>
|
</update>
|
||||||
|
|
||||||
<select id="selectByCondition" resultType="com.tcctlo.law.entity.CaseInformation">
|
|
||||||
select * from case_information
|
|
||||||
</select>
|
|
||||||
|
|
||||||
<select id="selectCondition" resultType="com.tcctlo.law.vo.CaseInformationListVO" parameterType="map">
|
<select id="selectCondition" resultType="com.tcctlo.law.vo.CaseInformationListVO" parameterType="map">
|
||||||
select <include refid="baseColumn" /> from case_information ci
|
select <include refid="baseColumn" /> from case_information ci
|
||||||
|
|
Loading…
Reference in New Issue