This commit is contained in:
Lemon
2024-01-26 16:39:46 +08:00
parent ca036b0646
commit 49e725983e
10 changed files with 454 additions and 17 deletions

View File

@@ -107,6 +107,7 @@
<select id="getInfoByOperatorId" resultMap="ThirdPartyPlatformConfigResult">
select <include refid="Base_Column_List"/>
from thirdparty_platform_config
where operator_id = #{operatorId,jdbcType=VARCHAR}
where del_flag = '0'
and operator_id = #{operatorId,jdbcType=VARCHAR}
</select>
</mapper>