wanglizhong
2025-05-02 441a445223b4ec4a6517065d55f4a7f3bfb0a186
ruoyi-system/src/main/resources/mapper/system/SysClientAppMapper.xml
@@ -40,6 +40,11 @@
        where app_id = #{appId}
    </select>
        
    <select id="selectSysClientAppByAppKey" parameterType="String" resultMap="SysClientAppResult">
        <include refid="selectSysClientAppVo"/>
        where app_key = #{appKey} and del_flag = '0'
    </select>
    <insert id="insertSysClientApp" parameterType="SysClientApp" useGeneratedKeys="true" keyProperty="appId">
        insert into sys_client_app
        <trim prefix="(" suffix=")" suffixOverrides=",">