Helius
2021-06-28 8df678b6901427b2c31b2b38977d739f6c497785
gc-user/src/main/resources/mapper/user/JhyInfoMapper.xml
@@ -34,4 +34,8 @@
        </where>
        order by id desc
    </select>
    <delete id="deleteByUserId">
        delete from xzx_jhy_info where user_id=#{userId}
    </delete>
</mapper>