|
@@ -49,7 +49,6 @@
|
|
SELECT
|
|
SELECT
|
|
<include refid="parmSettingColumns"/>
|
|
<include refid="parmSettingColumns"/>
|
|
FROM sms_parm_setting a
|
|
FROM sms_parm_setting a
|
|
-
|
|
|
|
<where>
|
|
<where>
|
|
<if test="tenantId != null and tenantId != ''">and a.tenant_id = #{tenantId}</if>
|
|
<if test="tenantId != null and tenantId != ''">and a.tenant_id = #{tenantId}</if>
|
|
<if test="companyOrgId != null ">and a.company_org_id = #{companyOrgId}</if>
|
|
<if test="companyOrgId != null ">and a.company_org_id = #{companyOrgId}</if>
|
|
@@ -59,13 +58,11 @@
|
|
and a.status=1
|
|
and a.status=1
|
|
</where>
|
|
</where>
|
|
</select>
|
|
</select>
|
|
-
|
|
|
|
<!-- 根据获取实体 page -->
|
|
<!-- 根据获取实体 page -->
|
|
<select id="findPage" resultType="com.huaxu.entity.ParmSettingEntity">
|
|
<select id="findPage" resultType="com.huaxu.entity.ParmSettingEntity">
|
|
SELECT
|
|
SELECT
|
|
<include refid="parmSettingColumns"/>
|
|
<include refid="parmSettingColumns"/>
|
|
FROM sms_parm_setting a
|
|
FROM sms_parm_setting a
|
|
-
|
|
|
|
<where>
|
|
<where>
|
|
<if test="parmSetting.tenantId != null and parmSetting.tenantId != ''">and a.tenant_id =
|
|
<if test="parmSetting.tenantId != null and parmSetting.tenantId != ''">and a.tenant_id =
|
|
#{parmSetting.tenantId}
|
|
#{parmSetting.tenantId}
|