Helius
2021-06-28 d1f64b7d4b316f58594999257bb9146f68a51355
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>