xiaoyong931011
2021-06-28 142ae8b1dd4b053b4d9177352dfa654701fd5533
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>