xiaoyong931011
2021-06-28 9745739b71a6f1f4b8baa5a6f703747d2814c332
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>