同步代码编写完毕
This commit is contained in:
@@ -45,12 +45,9 @@
|
||||
<include refid="Base_Where_Clause"/>
|
||||
</where>
|
||||
</select>
|
||||
<select id="selectCountByUUID" resultType="java.lang.Long">
|
||||
select count(1) from TS_ORG
|
||||
<select id="selectCountByOrgCode" resultType="java.lang.Long">
|
||||
select count(1) from TS_ORG
|
||||
<where>
|
||||
<if test="pageVO.UUID != null and pageVO.UUID != ''">
|
||||
and UUID != #{pageVO.UUID}
|
||||
</if>
|
||||
<if test="pageVO.orgCode != null and pageVO.orgCode != ''">
|
||||
and org_code = #{pageVO.orgCode}
|
||||
</if>
|
||||
|
||||
Reference in New Issue
Block a user