|
|
|
@ -257,7 +257,7 @@
|
|
|
|
|
and a.subComId = #{subComId}
|
|
|
|
|
</if>
|
|
|
|
|
<if test="version !=null">
|
|
|
|
|
and a.version like #{version}
|
|
|
|
|
and a.version = #{version}
|
|
|
|
|
</if>
|
|
|
|
|
</where>
|
|
|
|
|
ORDER BY a.VERSION ASC
|
|
|
|
@ -274,7 +274,7 @@
|
|
|
|
|
and a.departmentid = #{departmentid}
|
|
|
|
|
</if>
|
|
|
|
|
<if test="version !=null">
|
|
|
|
|
and a.version like #{version}
|
|
|
|
|
and a.version = #{version}
|
|
|
|
|
</if>
|
|
|
|
|
</where>
|
|
|
|
|
ORDER BY a.VERSION ASC
|
|
|
|
@ -301,7 +301,7 @@
|
|
|
|
|
and a.resourceid = #{resourceid}
|
|
|
|
|
</if>
|
|
|
|
|
<if test="version !=null">
|
|
|
|
|
and a.version like #{version}
|
|
|
|
|
and a.version = #{version}
|
|
|
|
|
</if>
|
|
|
|
|
</where>
|
|
|
|
|
ORDER BY a.VERSION ASC
|
|
|
|
|