Commit 2bb8fdba authored by 赵啸非's avatar 赵啸非

简化部分配置

parent c69313f1
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
LEFT JOIN ( SELECT matterCode FROM mortals_sys_site_matter LEFT JOIN ( SELECT matterCode FROM mortals_sys_site_matter
<trim suffixOverrides="where" suffix=""> <trim suffixOverrides="where" suffix="">
<if test="condition.siteId!=null and condition.siteId!=''"> <if test="condition.siteId!=null and condition.siteId!=''">
and a.siteId = #{condition.siteId,jdbcType=VARCHAR} a.siteId = #{condition.siteId,jdbcType=VARCHAR}
</if> </if>
</trim> </trim>
)AS b ON a.matterNo = b.matterCode )AS b ON a.matterNo = b.matterCode
...@@ -41,7 +41,7 @@ ...@@ -41,7 +41,7 @@
LEFT JOIN ( SELECT matterCode FROM mortals_sys_site_matter LEFT JOIN ( SELECT matterCode FROM mortals_sys_site_matter
<trim suffixOverrides="where" suffix=""> <trim suffixOverrides="where" suffix="">
<if test="condition.siteId!=null and condition.siteId!=''"> <if test="condition.siteId!=null and condition.siteId!=''">
and a.siteId = #{condition.siteId,jdbcType=VARCHAR} a.siteId = #{condition.siteId,jdbcType=VARCHAR}
</if> </if>
</trim> </trim>
) AS b ON a.matterNo = b.matterCode ) AS b ON a.matterNo = b.matterCode
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment